Get full SMS provider configuration
Returns every supported SMS provider with its current configuration and enabled state for the org. Requires SUPERADMIN — the body includes raw credentials (Twilio/Sinch/TextGrid keys), so the route is gated. Each entry reports isConfigured (credentials present) and isEnabled (configured AND not explicitly disabled).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
SUPERADMIN-only override of the target organization.
Response
SMS provider configuration
Response from GET /api/sms/providers/config.
One entry per supported provider — twilio, sinch, textgrid — regardless of whether it is configured. Frontends iterate this list to render the settings UI.
Currently-active provider for the org. May be null even when providers are configured but none has been promoted.
twilio, sinch, textgrid "twilio"