CTRLK

Service status

|

View as Markdown

There are two ways to check Infobip platform health: a programmatic API status endpoint for your monitoring and alerting pipelines, and a public status page for real-time incident tracking.

API status endpoint

Infobip exposes a lightweight health-check endpoint at api.infobip.com/status. Use it to verify general API availability from your own infrastructure.

REQUEST SAMPLES
http
1 
2 GET /status HTTP/1.1
3 Host: api.infobip.com

A healthy response returns HTTP 200 with the body "OK":

REQUEST SAMPLES
json
1 
2 "OK"
This endpoint reflects overall API reachability, not the status of individual channels or features. An endpoint can return 200 while a specific product is experiencing degraded performance — always consult the status page for full incident details.

Status page

The Infobip status page provides real-time visibility into platform health across all services and regions.

status.infobip.com ↗

The status page shows:

  • Current operational status for each service (API, platform components, regions)
  • Active and resolved incidents with timeline and impact details
  • Scheduled maintenance windows announced in advance

Subscribe to alerts

To get notified of incidents and maintenance windows without polling the page, subscribe directly from status.infobip.com ↗ using email, SMS, Slack, or RSS/Atom feed.