GET
/
v1
/
products
/
materials
curl --request GET \
  --url https://public.api.collectpure.com/v1/products/materials \
  --header 'x-api-key: <api-key>'
[
  "<string>"
]

Retrieve a list of all product materials available in the Pure marketplace. This endpoint returns an array of material names.

Response Example

["Gold", "Silver", "Platinum", "Palladium", "Bitcoin"]

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200
application/json
Default Response

The response is of type string[].