Subscribers addition
Add subscribers to a topic by key
POST
/v1/topics/{topicKey}/subscribers
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/json
Requiredsubscribers
Requiredarray<string>List of subscriber identifiers that will be associated to the topic
Path Parameters
topicKey
RequiredstringThe topic key
Header Parameters
idempotency-key
stringA header for idempotency purposes