- 21 Mar 2023
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
Mambu Status
- Updated On 21 Mar 2023
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
status.mambu.com
Our status page provides you with real-time status updates for all of our multi-tenant production and sandbox servers. You will also find information about upcoming maintenance and releases, active and historical incidents, and can access our latency and availability reports.
Subscribe to Updates
Click Subscribe to Updates to receive updates from our status page.
Updates are available in the following formats:
Format | Update types |
---|---|
Create/Update/Resolve incident | |
SMS | Create/Resolve incident |
Webhooks | Create/Update/Resolve incident, Change component status |
RSS/Atom feed | Create/Update/Resolve incident, Change component status |
Availability Reports
Availability reports are available for the past 30 days and for the current year.
/healthcheck
endpoint
The /healthcheck
endpoint is a convenient way to manually or automatically check the status of a specific Mambu server. If the Mambu server is available, it will return response code 200
together with the message OK
. You can enter the URL into a web browser or call the API endpoint using your tool of choice.
Tenant URL and endpoint
https://TENANT_NAME.mambu.com/healthcheck
Request
GET https://TENANT_NAME.mambu.com/healthcheck
Responses
Response Code | Text | Description |
---|---|---|
200 | OK | Server is functioning properly |
500 | Internal Server Error | Server is not available |