Introspect Access/Refresh Token

Use this endpoint to introspect an access/refresh token.

Request

This endpoint expects an object.
client_idstringRequired
The ID provided by Calendly for the web application
client_secretstringRequired
The secret provided by Calendly
tokenstringRequired

The access/refresh token provided by Calendly

Response

OK
activeboolean
Boolean indicator of whether or not the presented token is currently active
scopestringOptional
The scope of the access token
client_idstringOptional
The ID provided by Calendly for the web application
token_typestringOptional

The token type (currently this is always “Bearer”)

expdoubleOptional

The UNIX timestamp in seconds when the access-token will expire

iatdoubleOptional

The UNIX timestamp in seconds when the access-token was originally issued

ownerstringOptionalformat: "uri"

A link to the resource that owns the token (currently, this is always a user)

organizationstringOptionalformat: "uri"
A link to the owner's current organization

Errors

400
Bad Request Error
401
Unauthorized Error