Validate a raw API key and resolve it to its API token metadata.

System-admin only endpoint (SystemAdmin policy), used internally to verify a presented
API key. Provide the raw key in the body; on success the matching ApiToken metadata is
returned. An unknown, expired or revoked key resolves to a 404/400-style failure response
rather than the token.

🔐 Required permission: SystemAdmin

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Wrapper carrying the raw API key to validate.

Request to validate a raw API key and resolve it to its token metadata.

string | null

The raw API key to validate. Required.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json