Skip to main content
GET
List products
Authenticate with an API key that belongs to the target organization. GET /v1/products remains available as a deprecated alias with the same query and response contract. New integrations should use GET /v1/product.

Authorizations

X-API-Key
string
header
required

Merchant API key (format: ak_BASE64)

Query Parameters

page
integer
default:1

Page number

size
integer
default:10

Page size

Search by name

status
string

Filter by status

Response

OK

data
object
error
object
message
string
success
boolean