GET/rateshoplist

Get Rateshop List

This API call allows you to retrieve the list of active rate shops created in your account along with their configuration details.
GET/rateshoplist

Responses

StatusMeaningDescriptionSchema
200OKSuccessschemarateshopinfo
400Bad RequestBad Request
401UnauthorizedAuthentication Failed or Account validity expired
404Not FoundRecord Not Found
500Internal Server ErrorInternal server error

Example Request

# You can also use wget
curl -X GET /rateshoplist \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Example responses

200 Response
{
  "rateshopid": 0,
  "rateshopname": "string",
  "los": 0,
  "occupancy": 0,
  "currency": "string",
  "currencies": ["string"],
  "fetchtype": 0,
  "horizon": 0,
  "hotelcodes": [0],
  "compsets": [
    {
      "hotelcode": 0,
      "competitorhotelcodes": [0]
    }
  ],
  "sources": [0],
  "horizonexpression": "string",
  "pos": 0
}

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.