Skip to main content
GET
/
products
Get all products
curl --request GET \
  --url https://api.maalbar.dk/products \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "publicId": "prd_xxxxxxxxxxxx",
      "name": "<string>",
      "sku": "<string>",
      "ean": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "pagination": {
    "page": 123,
    "pageSize": 123,
    "totalCount": 123,
    "totalPages": 123
  }
}

Authorizations

X-Api-Key
string
header
required

Response

Successful response

data
object[]
required
pagination
object
required