GET/shop/{shopId}

Get Shop

This endpoint retrieves all details for the specified shopID.
GET/shop/{shopId}

Parameter Details

NameInTypeRequiredDescription
shopIdpathintegerRequiredEnter shopId

Responses

StatusMeaningDescriptionSchema
200OKshop details displayreviewsShopGetResp
400Bad RequestBad RequestNone
401UnauthorizedAuthorization FailedNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X GET /shop/{shopId} \
  -H 'Accept: application/json' \
  -H 'Authorization: API_KEY'

Example responses

200 Response
{
  "shopId": 1,
  "hotelCodes": [
    1,
    123
  ],
  "sourceCodes": [
    1,
    283
  ],
  "shopName": "Abc",
  "userId": 1,
  "userName": "gokul@aggregateintelligence.in",
  "createdDate": "2023-05-10T06:12:58.097Z",
  "modifiedDate": "2023-05-10T06:12:58.097Z",
  "status": 1,
  "shopType": 1
}

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.