Skip to main content
GET
List all products

Authorizations

x-api-key
string
header
required

Your API key. Public production API-key endpoints accept kyren_live_* keys. Staging credentials are environment-specific and must be used only with the staging environment for which Kyren issued them.

Query Parameters

status
enum<string>

Filter by product status

  • ACTIVE — Product is available for checkout
  • ARCHIVED — Product is archived and cannot be used
Available options:
ACTIVE,
ARCHIVED
page
integer
default:1

Page number (1-indexed)

Required range: x >= 1
size
integer
default:20

Number of items per page

Required range: 1 <= x <= 100

Response

A paginated list of products

code
integer
Example:

0

message
string
Example:

"success"

data
object