v1

latestSwagger 2.0Private2026-08-04128286690.5 KB
Contacts

PUT Resubscribe a Contact

Use this endpoint to send a confirmation resubscribe email to a contact in order to get their confirmation to resubscribe. This endpoint also adds the resubscribed contact to the contact lists you specify in the request body. You can only send a resubscribe email to the unsubscribed contact once. The contact is not resubscribed until after you receive their confirmation.

put/contacts/resubscribe/{contact_id}

Path parameters

contact_idstring required

The ID that uniquely identifies the contact to resubscribe.

Request body

list_idsstring[] required

Array of list id values. Constant Contact adds the resubscribed contact to the contact lists you provide in the array.

Example request

{
  "list_ids": [
    "04fe9a97-a579-43c5-bb1a-58ed29bf0a6a"
  ]
}

Response

Contact resource has been updated.