AurionAI Docs

Get Twilio Settings

Get Twilio settings with masked credentials. Enterprise-only: non-enterprise tenants use platform-level Twilio credentials from env vars and do not need this endpoint (#766). Account SID is partially masked (first 6 and last 4 characters visible). Auth token is never returned - only a boolean indicating if it's set.

GET
/api/v1/configuration/twilio-settings

Get Twilio settings with masked credentials.

Enterprise-only: non-enterprise tenants use platform-level Twilio credentials from env vars and do not need this endpoint (#766).

Account SID is partially masked (first 6 and last 4 characters visible). Auth token is never returned - only a boolean indicating if it's set.

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/configuration/twilio-settings"
{}