cURL
curl --request GET \ --url https://api.pagou.ai/v1/health-check \ --header 'apiKey: <api-key>'
{ "authenticated": true, "message": "Authentication validated successfully." }
Use this endpoint to validate API authentication credentials.
Success