getBooking (POST)

Returns the booking information given an id.

  • id_booking (string, required): The booking id.

CURL:

curl --location 'https://movin.cloud/api/real-estate/get-booking' \

--header 'Accept: application/json' \

--header 'Authorization: Bearer SECRETOKEN'

Body example:

{

    "id_booking": "huriw(r3@"                

}