Skip to main content
GET
/
v1
/
health-check
Verificação de Status
curl --request GET \
  --url https://api.pagou.ai/v1/health-check \
  --header 'apiKey: <api-key>'
{
  "status": "healthy",
  "timestamp": "2024-01-15T10:30:00Z",
  "version": "v2.1.0"
}

Authorizations

apiKey
string
header
required

Response

Service is healthy

status
string
Example:

"healthy"

timestamp
string<date-time>
Example:

"2024-01-15T10:30:00Z"

version
string
Example:

"v2.1.0"