/health

Use the /health endpoint to check the Flex application status. It can be used to monitor the application's health and ensure it is up and running.


Request

Details

HTTP MethodGET
Endpoint - Sandboxhttps://api-sandbox.flex-charge.com/v1/health
Endpoint - Productionhttps://api.flex-charge.com/v1/health
Authenticationnone

Body

This API doesn't require body parameters.


Request example

curl --request GET \
     --url https://api-sandbox.flex-charge.com/v1/health \
     --header 'accept: application/json'



Response

Status Code- 200 OK
- 503 Service Unavailable: Immediate attention may be required.
Response BodyEmpty
HTTP/1.1 200 OK
Content-Type: application/json

{}