v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Providers API

List Providers

Use this endpoint to list all communication providers configured in the system.

get/v1/providers

Query parameters

category'Email' | 'SMS' required

Filters providers by communication category.

pageinteger

The page number to retrieve.

limitinteger

The maximum number of items to return per page. Cannot exceed 100.

Response

The list of all providers configured in the system.

limitinteger required
next_cursorstring
pageinteger
prev_cursorstring

Example response

{
  "limit": 10,
  "next_cursor": "eyJpZCI6IjAxOTI...",
  "page": 1,
  "prev_cursor": "eyJpZCI6IjAxOTE..."
}
All 364 operations