Skip to main content
GET
/
v1
/
oauth2
/
info
Inspect the current access token
curl --request GET \
  --url https://api.example.com/v1/oauth2/info \
  --header 'Authorization: Bearer <token>'
{
  "clientType": "service",
  "clientId": "<string>",
  "metadata": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.zestequity.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

clientType
enum<string>
required
Available options:
service,
user,
application
clientId
string
required
metadata
Metadata · object