For the complete documentation index, see llms.txt. This page is also available as Markdown.

List Products

Returns a list of all products.

Endpoint

  • Method: GET

  • Path: /api/v4/products

  • Description: Returns a list of all products.

Authentication

See License API Authorization.

Required headers

  • Date (string) — RFC7231 GMT date string

  • Authorization (string)

  • Accept: application/json

Examples

curl --location --request GET '/api/v4/products' \
--header 'Accept: application/json' \
--header 'Date: string' \
--header 'Authorization: string'

Example responses

200 — Successful response (example)
404 — Error examples

Schema

Response Body

Response schema (TypeScript)

Errors

If an error occurs, the response will have an HTTP status code of 400 or higher, and the response body will contain an error description in the following format:

Error schema (TypeScript + JSON Schema)

List of exceptions

Last updated

Was this helpful?