post https://hub.suprsend.com/v1/subscriber_list//subscriber/add
API to add users / subscribers to the list
Log in to see full request history
Responses
API to add users / subscribers to the list
xxxxxxxxxx
11curl --request POST \
--url https://hub.suprsend.com/v1/subscriber_list/_list_id_/subscriber/add \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"distinct_ids": [
"_distinct_id1_"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: