Skip to main content

POST /lists/:list_id/subscriptions

POSThttps://api.courier.com/lists/:list_id/subscriptions
Subscribes additional recipients to the list (note: if the list does not exist, it will be automatically created).
PATH PARAMS
list_idstringrequired
A unique identifier associated with the list you wish to retrieve.
BODY PARAM
recipientsarray
An array of list subscriptions
Responses
AUTH TOKEN
curl --request POST \
--url https://api.courier.com/lists/example.list.id/subscriptions \
--header 'Accept: application/json'
Response Example
Empty