List Integration Types
Use the tcb integration types command to list available integration type templates.
tcb integration types [options]
Command Parameters
| Parameter | Description | Required |
|---|---|---|
--auth-type-code <code> | Filter by auth type code (exact match) | No |
--json | Output results in JSON format | No |
Usage Examples
List All Integration Types
tcb integration types
Output example:
Integration Name Auth Type Code Type
WeChat Pay weixinpaydc Platform-assisted
Alipay alipaydc Platform-assisted
Custom Integration custom Platform-assisted
Filter by Auth Type Code
tcb integration types --auth-type-code weixinpaydc
JSON Format Output
tcb integration types --json
Output example:
[
{
"name": "WeChat Pay",
"authTypeCode": "weixinpaydc",
"type": "1"
}
]
Notes
- This command fetches integration type template data from CMS
- Only "platform-assisted" integrations are displayed (filters out "document-guided" integrations)
- The query result is used to select
authTypeCodewhen runningtcb integration create