Authentication is performed via HTTP header X-API-KEY. Provide your API key as the value. All API requests must be made over HTTPS.

curl https://api.pearcheck.com/ \
  -H "X-API-KEY: your-secret-api-key-123" \