Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/listintegrationsfororg' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"values": [
{
"name": "string",
"integration_id": "INTEGRATION_TYPE_UNKNOWN",
"description": "string",
"methods": [
{
"name": "string",
"method_id": "REQUEST_METHOD_UNKNOWN",
"tx_type": "TRANSACTION_TYPE_PAYMENT",
"params": [
{
"name": "string",
"param_type": "VALUE_TYPE_UNKNOWN",
"required": true,
"default_value": {
"bool_val": true
},
"display_name": "string",
"sensitive": true,
"runtime_param": true,
"helper_text": "string",
"template_locked": true,
"validation": "VALIDATION_NONE"
}
],
"url": "string",
"response": [
{
"name": "string",
"param_type": "VALUE_TYPE_UNKNOWN",
"required": true,
"default_value": {
"bool_val": true
},
"display_name": "string",
"sensitive": true,
"runtime_param": true,
"helper_text": "string",
"template_locked": true,
"validation": "VALIDATION_NONE"
}
],
"runtime_params": {
"property1": {
"name": "string",
"param_type": "VALUE_TYPE_UNKNOWN",
"required": true,
"default_value": {
"bool_val": true
},
"display_name": "string",
"sensitive": true,
"runtime_param": true,
"helper_text": "string",
"template_locked": true,
"validation": "VALIDATION_NONE"
},
"property2": {
"name": "string",
"param_type": "VALUE_TYPE_UNKNOWN",
"required": true,
"default_value": {
"bool_val": true
},
"display_name": "string",
"sensitive": true,
"runtime_param": true,
"helper_text": "string",
"template_locked": true,
"validation": "VALIDATION_NONE"
}
}
}
],
"group_params": {
"property1": {
"name": "string",
"param_type": "VALUE_TYPE_UNKNOWN",
"required": true,
"default_value": {
"bool_val": true
},
"display_name": "string",
"sensitive": true,
"runtime_param": true,
"helper_text": "string",
"template_locked": true,
"validation": "VALIDATION_NONE"
},
"property2": {
"name": "string",
"param_type": "VALUE_TYPE_UNKNOWN",
"required": true,
"default_value": {
"bool_val": true
},
"display_name": "string",
"sensitive": true,
"runtime_param": true,
"helper_text": "string",
"template_locked": true,
"validation": "VALIDATION_NONE"
}
}
}
]
}