v1

latestOpenAPI 3.0.02026-07-241220330.3 KB
OAuth

Validate a bearer token.

Check if a given bearer token is valid and unexpired. Note that the bearer token MUST be sent in the JSON body; it CANNOT be sent as an Authorization header.

post/oauth/validate

Request body

bearer_tokenstring required

OAuth bearer token in JWT format.

Response

Successful result when given a valid, non-expired bearer token.

validboolean required
application_activeboolean required
expiresnumber required

Expiration time, in milliseconds past the epoch.