Skip to main content
List Calendars
curl --request GET \
  --url https://integration.getmateo.com/api/v1/calendar \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "random uuid",
    "created_at": "now()",
    "updated_at": "now()",
    "organisation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "type": "virtual",
    "external_id": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.getmateo.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Query Parameters

id
string

Calendar ID

created_at
string

Creation date

updated_at
string

Latest update

organisation_id
string

Organisation ID

name
string

Name of the calendar

type
string

Calendar type (virtual or provider). Only virtual calendars can be created via the API.

external_id
string

External ID

select
string

Filtering Columns

order
string

Ordering. Allowed Fields: created_at, updated_at, name

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

200 - application/json

OK

id
string<uuid>
default:random uuid

Calendar ID

created_at
string<timestamp with time zone>
default:now()

Creation date

updated_at
string<timestamp with time zone>
default:now()

Latest update

organisation_id
string<uuid>

Organisation ID

name
string<text>

Name of the calendar

type
enum<string>

Calendar type (virtual or provider). Only virtual calendars can be created via the API.

Available options:
virtual,
provider
external_id
string<text> | null

External ID