Path Parameters
Body
application/json
List of subscriber identifiers that will be associated to the topic
curl --request POST \
--url https://api.novu.co/v1/topics/{topicKey}/subscribers \
--header 'Content-Type: application/json' \
--data '{
"subscribers": [
"<string>"
]
}'
This response has no body data.
Add subscribers to a topic by key
curl --request POST \
--url https://api.novu.co/v1/topics/{topicKey}/subscribers \
--header 'Content-Type: application/json' \
--data '{
"subscribers": [
"<string>"
]
}'
This response has no body data.
List of subscriber identifiers that will be associated to the topic
Was this page helpful?