Download portability data
documentedDownload the user-provided data archive (ZIP) via the port report URL.
GET /dma/port_report/{report_id}Data Portabilityno implementation yet0 runsNo 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://dma-data-portability-service.prod.booking.com/dma/port_report/{{$report_id}}" \
-X GET \
-H "X-Booking-Iam-Access-Token: {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/zip" \
-o "{{$output_filename}}.zip"