cURL
curl --request GET \ --url https://api.multex.tech/heartbeat
{ "success": true, "message": "Hello World" }
Returns a simple heartbeat response to verify the API is running
Successful heartbeat response
The response is of type object.
object