Skip to main content
POST
/
v1
/
topics
cURL
curl --request POST \
  --url https://api.transmit.dev/v1/topics \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "is_default_topic": true,
  "display_order": 123
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Minimum string length: 1
description
string
is_default_topic
boolean
display_order
number