Skip to main content
GET
/
health
Verificar estado de la API
curl --request GET \
  --url https://e3-kausanna.sonqo.io/health
{
  "downstream": {
    "visa": "operational",
    "mastercard": "operational",
    "openai": "operational"
  },
  "status": "operational",
  "lastUpdated": "2021-12-31T23:59:59Z"
}

Response

200 - application/json

Successful response

status
enum<string>
Available options:
operational,
degraded,
downtime,
unknown
Example:

"operational"

lastUpdated
string<date-time>
Example:

"2021-09-01T00:00:00Z"

downstream
object