POST
/
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"
  }
}

Authorizations

Authorization
string
header
required

Workspace-scoped API key from the credentials table

Body

application/json
name
string
required
source_type
string
required
opt_in_mode
string
required

Response

Subscription source created

data
object
required