cURL
curl --request GET \ --url https://api.collectpure.com/healthcheck/v1 \ --header 'x-api-key: <api-key>'
{ "status": "<string>", "timestamp": "<string>", "service": "<string>" }
Returns the health status of the Marketplace API.
Rate limit: 120 requests burst, 60 requests/minute sustained.
API key for authentication
Default Response
Was this page helpful?