Health Check
Use this API to check the status of the Jumio services.
HTTP Request Method: GET
- US: https://status.amer-1.jumio.ai
- EU: https://status.emea-1.jumio.ai
- SG: https://status.apac-1.jumio.ai
Health Check Response
Field | Type | Note |
---|---|---|
status | string |
Possible values:
|
details | object |
Possible values:
|
details.api | string | Possible values:
|
details.callback | string | Possible values:
|
details.mobile | string | Possible values:
|
details.processing | string | Possible values:
|
details.retrieval | string | Possible values:
|
details.web | string | Possible values:
|
Response Examples
Copy
Status: DEGRADED
{
"status":"DEGRADED",
"details": {
"mobile":"DEGRADED",
"callback":"DEGRADED"
}
}