Get a booking details by customer id
Get a customer details relative to booking based on the id provided.
GET
/v1/bookings/customers/{id}/statsauthorization<token>
To get an API key, please contact us. We'll be happy to help you.
In: header
Path Parameters
idstring
Customer id
Format
uuidResponse Body
application/json
curl -X GET "http://localhost:4008/v1/bookings/customers/497f6eca-6276-4993-bfeb-53cbbbba6f08/stats"{
"cancelledCount": 2,
"noShowCount": 1,
"totalCount": 10
}