Sign in

Reports conversions (Metasearch)

documented

Submit conversion reporting.

POST /reports/conversionsReportingno 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://metasearch-connect-api.booking.com/reports/conversions" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"checkout_date_range": {"from": "{{$checkout_from}}", "to": "{{$checkout_to}}"}, "page_size": {{$page_size}}, "page_token": "{{$page_token}}"}'
Reports conversions (Metasearch) · Booking.com · OpenIntegrations