Skip to main content
GET
Get products

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

type
string

Optional type of product to retrieve, either 'prescription', 'non_prescription', or 'order_material'

Example:

"prescription"

Response

200 - application/json

Successful response with all products, or specific type of products.

non_prescription
object[]
prescription
object[]
order_material
object[]