Status

Endpoints for platform status and health checks

Check platform status

get

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-keystringRequired

Your API key for authenticating requests. You must include this header with a valid key to access the endpoint.

Example: your-api-key-value
Responses
200

Successful platform status response

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"
}