/health


Request

Details

HTTP MethodGET
Endpoint
- Sandbox
https://api-sandbox.flexfactor.io/v1/health
Endpoint
- Production
https://api.flexfactor.io/v1/health
Authenticationnone

Body

This API doesn't require body parameters.


Response

Status Code- 200 OK
* 503 Service Unavailable: Immediate attention may be required.
Response BodyEmpty

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

{}