Skip to content

Returns the user's current access token

GET
/api/calendar/token

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Responses

Success

application/json
JSON
{
"token": "fbb17c571c69affd1f18"
}

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python