Links
Comment on page

Products

Fetch the product for the given id or the list of products available to you.

Get Products

get
https://api.example.com/octo
/products
Get Products

Fetch the list of products.

Parameters
No parameters
Responses
200: OK
OK

Get Product

get
https://api.example.com/octo
/products/{id}
Get Product

Fetch the product for the given id.

Parameters
Path
id*
string
The product id
Responses
200: OK
OK