/health
Request
Details
| HTTP Method | GET |
| Endpoint - Sandbox | https://api-sandbox.flexfactor.io/v1/health |
| Endpoint - Production | https://api.flexfactor.io/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.flexfactor.io/v1/health \
--header 'accept: application/json'
Response
HTTP/1.1 200 OK
Content-Type: application/json
{}Updated 1 day ago
