/health

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




Request

Details

HTTP Method

GET

Endpoint

- Sandbox

https://api-sandbox.flex-charge.com/v1/health

Endpoint

- Production

https://api.flex-charge.com/v1/health

Authentication

none

Body

This API doesn't require body parameters.




Response

Status Code

- 200 OK

  • 503 Service Unavailable: Immediate attention may be required.

Response Body

Empty




Payload examples

Request

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

Response

HTTP/1.1 200 OK
Content-Type: application/json

{}