Create topic subscriptions
This api will create subscription for subscriberIds for a topic. Its like subscribing to a common interest group. if topic does not exist, it will be created.
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/json
RequiredsubscriberIds
Requiredarray<string>List of subscriber identifiers to subscribe to the topic (max: 100)
Path Parameters
topicKey
RequiredstringThe key identifier of the topic
Header Parameters
idempotency-key
stringA header for idempotency purposes
Response Body
Subscriptions created successfully
data
Requiredarray<object>The list of successfully created subscriptions
meta
RequiredobjectMetadata about the operation
errors
array<object>The list of errors for failed subscription attempts