Skip to main content

Get photo id images

GET 

/v1/partner/bookings/:booking_id/photo-id

Returns the front & back photo-id image urls for this booking.

Token scope:

{'scope': 'read:bookings'}

Request​

Path Parameters

    booking_id Booking Idrequired

Responses​

Successful operation. Returns the photo ID image URLs.

Schema

    expires_at date-timerequired
    photo_id_back Photo Id Back (string)required
    photo_id_front Photo Id Front (string)required
Loading...