Get All Products
Get all PIM products by user from the given token.
Request
GET v1/pim/products (gets all products)
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