curl --request GET \
--url https://api.collectpure.com/products/get-product-manufacturers/v1 \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": 0,
"title": "<string>",
"description": "<string>",
"updatedAt": "<string>",
"createdAt": "<string>",
"images": [
"<string>"
],
"isEsg": true
}
]
}Retrieve all product manufacturers
curl --request GET \
--url https://api.collectpure.com/products/get-product-manufacturers/v1 \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": 0,
"title": "<string>",
"description": "<string>",
"updatedAt": "<string>",
"createdAt": "<string>",
"images": [
"<string>"
],
"isEsg": true
}
]
}Was this page helpful?