Skip to main content
POST
Create email topic

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Email topic name.

Required string length: 1 - 255
folderId
string | null

Folder to place the topic in, or null for root-level.

Pattern: ^\d+$

Response

OK

id
string
required
Pattern: ^\d+$