Skip to content

Re-subscribe a contact

POST
/v1/contacts/{id}/subscribe
curl --request POST \
--url https://example.com/v1/contacts/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/subscribe \
--header 'Authorization: Bearer <token>'

Clears the unsubscribed flag. Only do this with the contact’s consent.

id
required
string format: uuid

OK