Logo
⌘K

Get Catalog Products

Retrieve all CatalogProduct items offered by Artelo.
Parameters

No parameters

Returns

A filtered list of all CatalogProduct items offered by Artelo.

GET

/catalog/get

curl -G 'https://www.artelo.io/api/open/catalog/get' \
  -H 'Authorization: Bearer your-token'
Response
[
  {
    "id": "IndividualArtPrint",
    "name": "Individual Art Print"
  }
]