Skip to main content
GET
/
backend
/
email
/
{org_id}
/
unsubscribe
/
url
Get an Unsubscribe Link
curl --request GET \
  --url https://api-v2.opencopilot.so/backend/email/{org_id}/unsubscribe/url

Path Parameters

orgId
string
required
Your copilot/organization ID.

Query Parameters

contactId
string
The contact’s ID.
contactEmail
string
The contact’s ID.
You must provide either the contactId or the contactEmail query parameter. Otherwise, there is no way for Open to identify the contact.