Authorization: ********************
{
"org_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/organization/profile/byid/get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string"
}'
{
"org_id": "string",
"name": "string",
"is_manual_only_account": true,
"region_id": "string",
"CRM_ID": "string",
"billing_id": "string",
"timezone": "TIME_ZONE_AMERICA_PUERTO_RICO",
"add_date": "1s",
"allowed_regions": {
"property1": {
"api_endpoints": [
"string"
]
},
"property2": {
"api_endpoints": [
"string"
]
}
}
}