Customer-portal access links issued by operators.
Issue a portal-access link for a customer
Signs a stateless portal-access JWT for the given customer and returns the full URL an org admin should forward to them. No email is sent and no row is written - the token IS the credential. The link expires per the configured signer TTL.
path Parameters
idCustomer UUID
Customer UUID
Headers
Idempotency-KeyUnique key that makes this POST safe to retry: repeats with the same key replay the first response instead of re-executing. Replays are scoped to the retrying principal (same API key / user) and kept for 24 hours. Required on every POST.
Client-generated idempotency key (e.g. a UUID).
X-Workspace-IdSelects the workspace this request operates in, by workspace UUID or slug (e.g. a sandbox workspace for test integrations). Omitted: the organization's default live workspace. Unknown workspace: 404; workspace outside your organization: 403. Discover workspaces via GET /workspaces.
Workspace UUID or slug.
Issue a portal-access link for a customer › Request Body
scopeOptional scope string embedded in the link token to narrow what the customer may access; omit for an unscoped link.
Issue a portal-access link for a customer › Responses
Created