Skip to main content

Get All Products

Get all PIM products by user from the given token.

Request

GET v1/pim/products (gets all products)
Parameters

None

Headers
KeyValueData TypeDescription
AuthorizationBearer {token}StringAuthorization bearer token as string

Response

Possible HTTP response codes.

200 OK
[
{
"id": "...",
"sku": "...",
"zoeknaam": "...",
"productnaam": "...",
"Montagewijze": null,
...
"documents": [
{
"url": "...",
"name": "...",
}
],
}
]
401 Unauthorized

User does not have the right permissions.

404 Not Found

User not found