cURL
curl --request GET \ --url https://public.api.collectpure.com/v1/products/certificate-providers \ --header 'x-api-key: <api-key>'
[ { "id": 123, "title": "<string>", "code": "<string>" } ]
Returns a list of all certificate providers with their IDs and titles
[ { "id": 2, "title": "NGC", "code": "NGC" }, { "id": 1, "title": "PCGS", "code": "PCGS" } ]
API key for authentication
Default Response
The response is of type object[].
object[]