Sign in

List bookings

documented

Retrieve bookings with optional filtering

GET /api2/boekingenBookingsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$domain}}/api2/boekingen?page={{$page}}&page_size={{$page_size}}&locatie={{$locatie}}&periode={{$periode}}&embed={{$embed}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-Api-Key: {{RECRAS_API_KEY}}"