A convenience flip that opts a contact back in: sets subscribed to true and clears unsubscribedAt.
POST /v1/contacts/{id}/resubscribe
Path parameters
The contact id to opt back in.
This endpoint takes no request body.
Only with explicit consent. Re-subscribing flips an app-level flag, but it does not give you permission to email someone who asked to stop. Re-subscribe only when the contact has explicitly opted back in.
Request
Response
Returns 200 OK with the contact, now showing subscribed: true and unsubscribedAt: null. The call is idempotent. An unknown id returns 404 not_found.