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

Authorizations

Authorization
string
header
required

API Token generated for your account. The token must be prefixed with Bearer.

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