Skip to main content
GET
Get token details

Authorizations

Authorization
string
header
required

JWT bearer token obtained via the OAuth2 client-credentials grant from the platform Authentication API. The token's scopes gate the endpoints it may call, and its audience names the Guardian instance. This is the standard way to authenticate to Guardian.

Path Parameters

id
string<uuid>
required

The ID of the token to read.

Response

Success response

id
string<uuid>
required
card
object
required
Example:
created_at
string<date-time>
required
Example:

"2023-10-01T12:00:00Z"

expires_at
string<date-time>
Example:

"2026-03-10T15:00:00Z"

metadata
object

Metadata consisting of key-value entries.

  • Maximum 20 key-value pairs.
  • Maximum 20 characters per key.
  • Maximum 80 characters per value.
Example: