🇺🇸
Skedway documentation
English (en-us)
English (en-us)
  • Welcome
  • Reference
    • Custom Domain Authentication
  • Automation (API)
    • Check-in through control access
      • Settings
      • Authentication
      • Scheduling
      • Utilities
  • Integrations
    • Integrations - General Specifications
      • Google Workplace Integration - Calendar + Directory
      • Microsoft Integration - Calendar + Directory
    • Importing user`s profile photo
  • SSO - Single Sign On (SAML 2.0)
    • General Specifications
      • SSO for Google Workspace (G-Suite)
      • SSO for Azure portal (Microsoft)
  • Hardwares
    • Network & Infrastructure
    • Access links: URLs allowed to pass through the firewall
Powered by GitBook
On this page
  1. Automation (API)
  2. Check-in through control access

Utilities

Endpoint responsible for verifying the integrity and operability of the service. Checks are performed on the routes and integrity of the connection to the database.

PreviousSchedulingNextIntegrations - General Specifications

Last updated 2 years ago

Requires authentication: Not required

HTTP status code 200 OK indicates that the service is operational, if there is any problem in the operation, it will return code 503 Service Unavailable

Verify integrity and operation of the service

get
Responses
200
The Health Check is successful
application/json
503
The Health Check is not successful
application/json
get
GET /health-check HTTP/1.1
Host: 
Accept: */*
{
  "status": "ok",
  "info": {
    "database": {
      "status": "up"
    }
  },
  "error": {},
  "details": {
    "database": {
      "status": "up"
    }
  }
}