get
https://{domain}/marketplace/product/category
Get paginated category list
To get a list of categories, follow these step:
1. Set the Request Details
- URL:
/marketplace/product/category
2. Add the Required Headers
| Header | Value |
|---|---|
| Authorization | Generated Client Token |
| Content-Type | application/json |
| x-api-key | Your API Key |
3. Prepare the Request Body
| Request Body | Description | Required |
|---|---|---|
offset | The pagination offset | Yes |
limit | The pagination limit | Yes |
lang | The two-letter ISO-639-1 language code - defaults to client's default language | Yes |
4. Make the Request
Once you’ve set the URL, headers, and body, make a request.
