cURL
curl --request GET \ --url https://api.broker.com/mutual-funds/orders/{order_id} \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
"{\n \"message\":\"Order Executed!\"\n}"
API to track a mutual fund order
API key to identify the user
API Version
Authorization token to authorize the request
Order Identifier
200
"Order Executed!"