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

chevron-right200 — Successful response (example)hashtag
chevron-right404 — Error exampleshashtag

Schema

Response Body

chevron-rightResponse schema (TypeScript)hashtag

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:

chevron-rightError schema (TypeScript + JSON Schema)hashtag

List of exceptions

Last updated

Was this helpful?