Get method to show hotel
Name | Description |
---|---|
account_id required | Your account unique identifier to access API. |
uuid required | Unique identifier for hotel |
GET
/v2/account/:account_id/hotel_data/:uuid
Accept: application/json
Authorization: Token token={account.secret}
Content-Type: application/json
200
{
"hotel_data": {
"name": "Hotel 2",
"uuid": "hotel_2",
"hotel_name": {
"ES": "Nombre del hotel",
"DE": "Name des Hotels",
"FR": "Nom de l'hôtel"
}
}
}