Skip to main content
GET
List your pharmacy inventory

Authorizations

Authorization
string
header
required

API key issued by VitaRelay. Send as Authorization: Bearer vr_live_… (production) or Authorization: Bearer vr_test_… (sandbox).

Query Parameters

limit
integer
default:50

Page size. Default 50, maximum 100.

Required range: 1 <= x <= 100
cursor
string<date-time>

The next_cursor value returned by the previous page.

in_stock
boolean

When true, only in-stock products are returned.

Response

A page of products.

data
object[]
next_cursor
string<date-time> | null