/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 | |
| Endpoint - Production | |
| Authentication | none | 
Body
This API doesn't require body parameters.
Response
| Status Code | - 200 OK 
 | 
| 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
{}Updated 9 months ago
