Get active SMS provider for the organization
Returns the currently-selected SMS provider for the caller’s organization (or the org passed via ?organizationId= when the caller is a SUPERADMIN). Open to any authenticated user — used by send surfaces to render readiness banners and disable the composer when no provider is configured. The response is { provider: "twilio" | "sinch" | "textgrid" | null }.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
SUPERADMIN-only override. Other roles are pinned to the org on their JWT and this parameter is ignored.
Response
Active SMS provider (or null if none is configured)
Response from GET /api/sms/providers.
Active SMS provider for the organization. null when no provider is configured or selected.
twilio, sinch, textgrid "twilio"