get https://{domain}/marketplace/product
Get paginated product list with optional filters
To retieve a list of products, with filtering options, follow these steps:
1. Set the Request Details
- URL: /marketplace/product
2. Add the Required Headers
| Header | Value | 
|---|---|
| Content-Type | application/json | 
| x-api-key | Your API Key | 
| Authorization | Generated Client Token | 
3. Prepare the Request Body
| Request Body | Description | Required | 
|---|---|---|
| categoryId | The URL to redirect to after a user subscription payment | No | 
| offset | The pagination offset | No | 
| limit | The pagination limit | No | 
| 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.
