---
title: "PUT Resubscribe a Contact"
method: PUT
path: "/contacts/resubscribe/{contact_id}"
tags: ["Contacts"]
---

# PUT Resubscribe a Contact

`PUT /contacts/resubscribe/{contact_id}`

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.

## Path parameters

- `contact_id` string, required

## Request body

- ContactResubscribeRequest
  - `list_ids` string[], required — Array of list id values. Constant Contact adds the resubscribed contact to the contact lists you provide in the array.

## Response `200`

Contact resource has been updated.

## Other responses

- `400` — Bad request. Either the JSON was malformed or there was a data validation error.
- `401` — The Access Token used is invalid.
- `403` — Forbidden request. You lack the necessary scopes, you lack the necessary user privileges, or the application is deactivated.
- `404` — The requested resource was not found.
- `409` — Conflict. The resource you are creating or updating conflicts with an existing resource.
- `500` — There was a problem with our internal service.
- `503` — Our internal service is temporarily unavailable.

---

[API](https://skmtc.net/cc/apis/appconnect-v3.md) · [All operations](https://skmtc.net/cc/apis/appconnect-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cc/appconnect-v3/revisions/4b4a534c818d/schema)
