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.
API key for authentication
Default Response
Was this page helpful?