Skip to main content

Documentation Index

Fetch the complete documentation index at: https://orbit-docs.devotel.io/llms.txt

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

Email Unsubscribe API

The public one-click unsubscribe surface that the List-Unsubscribe and List-Unsubscribe-Post headers in outbound email reference. RFC 8058 compliant. Base path: /v1/email Authentication: HMAC-token (embedded in URL). Not Clerk-authenticated — these URLs are designed to be opened by the recipient’s mail client without any session.
MethodPathPurpose
GET/v1/email/unsubscribe/{token}Render the unsubscribe page
POST/v1/email/unsubscribe/{token}Process one-click unsubscribe (RFC 8058)
You don’t typically call these endpoints from your own application — Orbit injects the URLs into outbound email automatically. Sending email goes through the unified Messaging API.

See also