Skip to main content
GET
/
agency
/
twilio
/
register
Get Twilio Credentials
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"
}

Authorizations

api_key
string
header
required

Headers

Company-Name
string
required

Schema name for multi-tenancy

Response

Twilio credentials fetched successfully

success
boolean
Example:

true

message
string
Example:

"twilio sid and twilio token updated"

data
object