cURL
curl --request GET \ --url https://public.api.collectpure.com/v1/products/manufacturers \ --header 'x-api-key: <api-key>'
[ { "id": 123, "title": "<string>", "isEsg": true } ]
Returns a list of all product manufacturers with their IDs and titles
[ { "id": 1, "title": "United States Mint", "isEsg": false }, { "id": 2, "title": "Royal Canadian Mint", "isEsg": true }, { "id": 3, "title": "Perth Mint", "isEsg": true }, { "id": 4, "title": "PAMP Suisse", "isEsg": true } ]
API key for authentication
Default Response
Manufacturer ID
Manufacturer title
Whether the manufacturer is ESG compliant