Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/listportaltypes' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"values": [
{
"definition_name": "string",
"workflow_requirements": [
{
"max_choices": 0,
"flow_type": "FLOW_TYPE_UNKNOWN"
}
]
}
]
}