Get a provider
GET /providers/ fetches the configuration of a single messaging provider by its ID, including its current setup and integration settings.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A unique identifier of the provider configuration.
Response
A configured provider in the workspace.
A unique identifier for the provider configuration.
Display title. Defaults to "Default Configuration" when not explicitly set.
The provider key (e.g. "sendgrid", "twilio", "slack").
Provider-specific settings (snake_case keys on the wire).
Unix timestamp (ms) of when the provider was created.
Optional alias for this configuration.
Unix timestamp (ms) of when the provider was last updated.