Status
Endpoints for platform status and health checks
Returns a message confirming that the Madra Finance API is running. This is useful for health checks and connectivity tests.
Authorizations
x-api-keystringRequired
Header parameters
x-api-keystringRequiredExample:
Your API key for authenticating requests. You must include this header with a valid key to access the endpoint.
your-api-key-valueResponses
200
Successful platform status response
application/json
401
Unauthorized - missing or invalid API key
application/json
500
Internal server error
application/json
get
/GET / HTTP/1.1
Host: platform.madra.finance
x-api-key: your-api-key-value
Accept: */*
{
"message": "Madra Finance API is running"
}