Cancel Reservation

This API handles cancellations and generate reports related to canceled reservations for AirBnB.

Authentication

The Partner Supply API uses the HTTP basic authentication scheme. This means you must include an Authorization header in each request, like so:

/Authorization: Basic {Authorization String}

Replace {Authorization String} with the API key given by STAAH

Last updated

Was this helpful?