get https://api.apptoto.com/v1/calendars
Fetch the list of calendars for the current user.
Example Result:
{
calendars: [ {
id: 123,
name: "Apptoto Calendar"
}]
}
Fetch the list of calendars for the current user.
Example Result:
{
calendars: [ {
id: 123,
name: "Apptoto Calendar"
}]
}
Try It!
to start a request and see the response here!