Skip to main content
GET
/
health
/
Health Check
curl --request GET \
  --url https://api-v2.missioninbox.com/health/ \
  --header 'Authorization: Basic <encoded-value>'
{
  "status": "healthy",
  "message": "Service is running",
  "timestamp": "2023-12-01T10:00:00Z"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

Service is healthy

status
string
message
string
timestamp
string<date-time>