Skip to main content
GET
Get full SMS provider configuration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

organizationId
string

SUPERADMIN-only override of the target organization.

Response

SMS provider configuration

Response from GET /api/sms/providers/config.

providers
object[]
required

One entry per supported provider — twilio, sinch, textgrid — regardless of whether it is configured. Frontends iterate this list to render the settings UI.

activeProvider
enum<string> | null

Currently-active provider for the org. May be null even when providers are configured but none has been promoted.

Available options:
twilio,
sinch,
textgrid
Example:

"twilio"