/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.flexfactor.io/v1/health

Endpoint

  • Production

https://api.flexfactor.io/v1/health

Authentication

none

Body

This API doesn't require body parameters.




Response

Status Code200 OK
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

{}