GET
/
v1
/
subscription-sources
/
{sourceId}
{
  "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"
  }
}

Authorizations

Authorization
string
header
required

Workspace-scoped API key from the credentials table

Path Parameters

sourceId
string
required

Response

Subscription source

data
object
required