API Reference
OIDC
Platform

Scim Tokens

AdminUpdated Sep 11, 2026

Scim Tokens

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

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

Method & path

Scope

Idem

Explanation

GET /v1/scim_tokens

scim:read

List SCIM provisioning tokens. Reports the recognisable prefix only, never the token.

POST /v1/scim_tokens

scim:write

Mint a SCIM provisioning token for an organization. The token is revealed exactly once.

POST /v1/scim_tokens/:id/revoke

scim:write

Revoke a SCIM token; provisioning with it fails immediately. The record is kept for the audit log.

Was this page helpful?