cURL
curl --request GET \ --url https://public.api.collectpure.com/v1/products/materials \ --header 'x-api-key: <api-key>'
[ "<string>" ]
Returns a list of all product materials
["Gold", "Silver", "Platinum", "Palladium", "Bitcoin"]
API key for authentication
Default Response
The response is of type string[].
string[]