API ReferenceSubscriptionsUpdate Subscription
Update Subscription
Idempotently add a contact to a subscription group list or update their subscription status/details. This endpoint returns 201 Created if a new subscription is created, and 200 OK if an existing subscription is updated. If the contact does not exist globally, it returns 404 CONTACT_NOT_FOUND.
PUT
https://wapi.simplysend.email/web-setup/contacts/subscription-groups/{groupId}/subscriptions/{identifier}Parameters
groupIdRequiredstring
The unique ID of the subscription group (path parameter).
identifierRequiredstring
The subscriber's contact identifier (must be a secure hashed channel identifier like 'email_<md5>' or 'phone_<md5>') (path parameter).
isActiveboolean
Active status of subscription (true/false).
consentMethodstring
Optional updated consent method to sync to global contact profile. Valid values: 'double_opt_in', 'single_opt_in', 'imported', 'web_form', 'implicit_api', 'other'.
consentProofstring
Optional updated proof details to sync to global contact profile.
RequestPUT
Response
