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>'

Documentation Index

Fetch the complete documentation index at: https://docs.transmit.dev/llms.txt

Use this file to discover all available pages before exploring further.

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