post https://api.lucid.co/oauth2/token/introspect
Retrieves information about the specified access or refresh token.
Responses
403Forbidden if the client credentials are invalid.
Retrieves information about the specified access or refresh token.
403Forbidden if the client credentials are invalid.
xxxxxxxxxx
curl --request POST \
--url https://api.lucid.co/oauth2/token/introspect \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
xxxxxxxxxx
{
"active": true,
"client_id": "30VYbvlkqZv-SmJd7fTdpH9B9et2yqZA6Wvi5NY_",
"expires_in": 3500,
"expires": 1605732868411,
"scope": "document.app offline_access",
"token_type": "bearer",
"user_id": 1001
}