Skip to main content
Use this page only for maintenance of an existing v1 integration.

Health check

GET /v1/health-check

Example request

GET /v1/health-check HTTP/1.1
Host: api.pagou.ai
apiKey: YOUR_V1_TOKEN

Example response

{
  "status": "ok"
}

Common error

{
  "message": "Unauthorized"
}
Fix: confirm the merchant still uses the correct v1 credential set. New integrations should use v2 authentication.