Introspect Access/Refresh Token
Introspect Access/Refresh Token
Use this endpoint to introspect an access/refresh token.
Request
This endpoint expects an object.
client_id
The ID provided by Calendly for the web application
client_secret
The secret provided by Calendly
token
The access/refresh token provided by Calendly
Response
OK
active
Boolean indicator of whether or not the presented token is currently active
scope
The scope of the access token
client_id
The ID provided by Calendly for the web application
token_type
The token type (currently this is always “Bearer”)
exp
The UNIX timestamp in seconds when the access-token will expire
iat
The UNIX timestamp in seconds when the access-token was originally issued
owner
A link to the resource that owns the token (currently, this is always a user)
organization
A link to the owner's current organization
Errors
400
Bad Request Error
401
Unauthorized Error