API Reference
OIDC
Platform

Actor Tokens

AdminUpdated Sep 11, 2026

Actor Tokens

Backend API — secret key (Authorization: Bearer sk_…).

2 routes. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.

Method & path

Scope

Idem

Explanation

POST /v1/actor_tokens

impersonation:write

Mint a one-time actor token; the redeemed session carries the RFC 8693 act claim naming the impersonator. Always audited.

POST /v1/actor_tokens/:id/revoke

impersonation:write

Revoke an unredeemed actor token so it can no longer be exchanged for a session.

Was this page helpful?