Skip to main content
POST
/
availability
/
bulk-holidays
cURL
curl --request POST \
  --url https://api.example.com/availability/bulk-holidays \
  --header 'Content-Type: application/json' \
  --header 'x-meetergo-api-user-id: <api-key>' \
  --data '
{
  "userIds": [
    "<string>"
  ],
  "year": 2026,
  "country": "DE",
  "germanState": "BW"
}
'

Documentation Index

Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt

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

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act as when using API Key authentication (required with API Key)

Body

application/json
userIds
string[]
required
Maximum array length: 100
year
number
required
Required range: 2025 <= x <= 2027
country
enum<string>
required
Available options:
DE,
AT,
BE,
CA,
DK,
NL,
EE,
FI,
FR,
IT,
NZ,
ES,
SE,
CH,
US
germanState
enum<string>
Available options:
BW,
BY,
ST,
MV,
BE,
BB,
HE,
NW,
RP,
SL,
SN,
TH,
SH,
HH,
NI,
HB

Response

201

Holidays applied to multiple users