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

Documentation Index

Fetch the complete documentation index at: https://docs.open.cx/llms.txt

Use this file to discover all available pages before exploring further.

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.