GET
/
api
/
products

Authorizations

CLIENT-ID
string
header
required
API-KEY
string
header
required
API-PASSWORD
string
header
required

Query Parameters

limit
integer
default:
200

The number of products to return per page.

page
integer
default:
1

Page number of the products listing.

product_type
string

The type of product you would like returned, either physical or digital. Leave blank to return all products.

Response

200 - application/json
current_page
integer

The current page that you are on.

products
object[]

An array of products and their data.

total_pages
integer

Total amount of pages.

total_products
integer

This is the total amount of products available for you to view and import.

total_products_in_query
integer

The total amount of products in this query.