Topic creation
Create a topic
POST
/v1/topics
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/json
Requiredkey
RequiredstringUser defined custom key and provided by the user that will be an unique identifier for the Topic created.
name
RequiredstringUser defined custom name and provided by the user that will name the Topic created.
Header Parameters
idempotency-key
stringA header for idempotency purposes
Created