Issue a short-lived platform access token for a principal
POST/token/issue
Issues a short-lived platform access token bound to a principal within a realm. This endpoint is intended for service-to-service use; authenticate with serviceAuth. The resulting token can be used by frontend clients to call customer-facing Billing APIs on behalf of the same principal.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Token issued
Bad Request
Unauthorized
Forbidden (realm/account mismatch, billing account not derived from your session/principal, or insufficient role)
Rate limited
Response Headers
Retry-After
Seconds to wait before retry.
Internal Server Error