Service uptime monitors

To have an automated check of the service availability, a number of endpoints can be called to get the status of each corresponding service.

Service
Description
Endpoint
Method

m_IDeal API

General API health monitor

GET call Check for keyword

"status": "UP"

m_IDeal frontend

API to monitor the frontend of the m_IDeal application

HTTPS Ping

Intrum

seal.ID only Endpoint to monitor the main status of the identifcation partner Intrum

HTTPS Ping

Swisscom

seal.ID only Endpoint to monitor the main status of the signing partner Swisscom

Port check at 443

eID Autoident

Identification platform of partner eID

GET call Check for keyword

"VideoID": {
    "status": "UP"
}

eID Signing

Signing platform of partner eID

GET call Check for keyword

"Signature": {
    "status": "UP"
}

eID RA-App

Authorization application from eID. Used to verify identifications

GET call Check for keyword

"VideoIDVerification": {
    "status": "UP"
}