Skip to main content
GET
/
healthcheck
/
v1
Marketplace API healthcheck
curl --request GET \
  --url https://api.collectpure.com/healthcheck/v1 \
  --header 'x-api-key: <api-key>'
{
  "status": "<string>",
  "timestamp": "<string>",
  "service": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200 - application/json

Default Response

status
string
required
timestamp
string
required
service
string
required