Use these two endpoints to check whether the Form User API can respond to requests. Both accept GET requests without an API key.
| Endpoint | HTTP status | JSON response |
|---|---|---|
/ping |
200 OK |
"pong" |
/status |
200 OK |
"alive" |
Send requests to the same host as the EUMA API. You can also try these endpoints in the API reference, under Health check.
These endpoints confirm that the application is running and can respond. They do not check database connections, other services or API keys. To check your API key, use /api/whoiam as described in Authentication.
View the raw health response. This returns JSON, not a service-status dashboard.