Hotel Data

Show

Get method to show hotel

Parameters

Name Description
account_id required Your account unique identifier to access API.
uuid required Unique identifier for hotel

Request

Route
GET 
/v2/account/:account_id/hotel_data/:uuid
Headers
Accept: application/json 
Authorization: Token token={account.secret}
Content-Type: application/json

Response

Status
200
Body
{
  "hotel_data": {
    "name": "Hotel 2",
    "uuid": "hotel_2",
    "hotel_name": {
      "ES": "Nombre del hotel",
      "DE": "Name des Hotels",
      "FR": "Nom de l'hôtel"
    }
  }
}