The Get All Subcategory Items endpoint retrieves the list of items organized within the given subcategory.
URL:
HTTP Method: GET
Parameters:
- team_id (path): Team ID
- category_id (path): The Category ID of the parent category
- subcategory_id (path): The Subcategory ID of the subcategory
- api_key (body / path): Your API Key
Request Example:
Response (200):
Error Responses:
- 401 Unauthorized: Invalid API key.
- 404 Not Found: Category or subcategory ID does not exist within the account.