REST API (WIP)
Fetch paginated products
GET
api.we-saas.com/products
Get's full object
Request Body
Name
Type
Description
page
int
page number parameter (default is 1)
perPage
int
number of products per call (default is 20)
Get single product
GET
api.we-saas.com/procuts/{id}
Fetch specific product by ID
Path Parameters
Name
Type
Description
ID*
String
Product ID
REST API is in active development and this part of functionality is a subject to breaking changes without any notice
Last updated
Was this helpful?