GET
/
v1
/
subscription-sources
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "source_type": "<string>",
      "opt_in_mode": "<string>",
      "is_active": true,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "pagination": {
    "has_more": true,
    "next_cursor": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Workspace-scoped API key from the credentials table

Response

Subscription sources

data
object[]
required
pagination
object
required