GET calendars Me

GET/calendars/me
AuthorizationBearer <token>

Paste your JWT token here

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://loading/calendars/me"
{
  "url": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "message": "string"
}