GET/categorysubcategorygroup/

Get Category - subcategory group

Retrieve Category-SubCategory Groups

This API fetches the mapping between Categories and SubCategories used in the system.

- Helps classify different entities such as hotels, events, or services.
- The endpoint requires Bearer Token Authentication.
GET/categorysubcategorygroup/

Responses

StatusMeaningDescriptionSchema
200OKOK
400Bad RequestBad RequestNone
401UnauthorizedUnauthorizedNone
429Too Many RequestsToo Many RequestsNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

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

Example responses

200 Response
[
  {
    "categoryCode": 1,
    "category": "Hotels",
    "subCategoryCode": 101,
    "subCategory": "Luxury Hotels"
  }
]

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.