Skip to main content
POST
/
api
/
oauth2
/
introspect
{
  "active": true,
  "client_id": "<string>",
  "scope": "<string>",
  "sub": "<string>",
  "aud": "<string>",
  "iss": "<string>",
  "exp": 123,
  "iat": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.rapidly.tech/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/x-www-form-urlencoded

The body is of type any.

Response

200 - application/json

Successful Response

active
boolean
required
client_id
string
required
token_type
enum<string>
required
Available options:
access_token,
refresh_token
scope
string
required
sub_type
enum<string>
required
Available options:
user,
workspace
sub
string
required
aud
string
required
iss
string
required
exp
integer
required
iat
integer
required