cURL
curl --request GET \ --url http://{server_ip}:6002/outgoing/ongoing \ --header 'Content-Type: application/json' \ --data '{ "apiUser": "<string>", "apiPassword": "<string>", "apiKey": "<string>" }'
{ "status": true, "message": "<string>" }
Ongoing transfer transferring from current location to another.
Username which is provided by us.
Password provided by us.
API key provided by us to access API
Successful response with updated user details.
Status of the query true for success or false for error
The response message