Skip to main content
GET
Check security code

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 check.

Response

Success response

security_code_available
boolean
required

Indicates whether the security code is available for the token.

Example:

true