POST
/
v1
/
topics

Authorizations

Authorization
string
header
required

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

Headers

idempotency-key
string

A header for idempotency purposes

Body

application/json
key
string
required

User defined custom key and provided by the user that will be an unique identifier for the Topic created.

name
string
required

User defined custom name and provided by the user that will name the Topic created.

Response

201 - application/json
key
string
required

User defined custom key and provided by the user that will be an unique identifier for the Topic created.

_id
string

The unique identifier for the Topic created.