Skip to main content
GET
/
v1
/
health-check
Validate Authentication
curl --request GET \
  --url https://api.pagou.ai/v1/health-check \
  --header 'apiKey: <api-key>'
{
  "authenticated": true,
  "message": "Authentication validated successfully."
}

Authorizations

apiKey
string
header
required

Response

Success

authenticated
boolean
required
message
string
required