Authorization: ********************
{
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/preferences/webhook/get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"field_mask": "string"
}'
{
"webhook_preferences": {
"org_id": "string",
"push_urls_enabled": true,
"call_result_push_url": "string",
"agent_response_push_url": "string"
}
}