Issue Service Token
POST /service-token
PREVIEW. This endpoint is deployed but gated: it returns 404 unless the hosted app platform is enabled for your organization. It is published here so the contract describes the whole surface, not so it can be called today.
Mint a service (client-credentials) app token bound to the credential’s org.
A fail-closed per-credential limiter throttles the mint (429) before the credential is even checked, so brute-forcing a client secret is rate-bound.
Authorizations
Request Body required
Client-credentials exchange for a service (server-to-server) app token.
Responses
200
Successful Response
object
The minted token + the non-secret metadata a client needs.
object
The signed app JWT
App the token is bound to
The distinct-per-app, per-environment audience
Lifetime in seconds
Signing key id (matches a JWKS entry)
Always ‘Bearer’
422
Validation Error