Providers

List available provider types

Returns the catalog of available provider types with their display names, descriptions, and configuration schema fields (snake_case, with type and required). Providers with no configurable schema return only provider, name, and description.

get/providers/catalog

Query parameters

keysstring

Comma-separated provider keys to filter by (e.g. sendgrid,twilio).

namestring

Case-insensitive substring match against the provider display name.

channelstring

Exact match (case-insensitive) against the provider channel taxonomy (e.g. email, sms, push).

Response

Changes