Skip to main content
POST
/
v1
/
contacts
/
{contactId}
/
topics
/
{topicId}
cURL
curl --request POST \
  --url https://api.transmit.dev/v1/contacts/{contactId}/topics/{topicId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter your API key with 'tx_' prefix. Get your API key from the dashboard.

Path Parameters

contactId
string
required
topicId
string
required