cURL
curl --request GET \ --url https://app.closerx.ai/api/agency/twilio/register/ \ --header 'Company-Name: <company-name>' \ --header 'api_key: <api-key>'
{ "success": true, "message": "twilio sid and twilio token updated" }
Fetches the Twilio SID and token for the specified company schema.
Schema name for multi-tenancy
Twilio credentials fetched successfully
true
"twilio sid and twilio token updated"
Show child attributes