cURL
curl --request GET \ --url http://{server_ip}:6002/incoming/ongoing \ --header 'Content-Type: application/json' \ --data '{ "apiUser": "<string>", "apiPassword": "<string>", "apiKey": "<string>" }'
{ "status": true, "message": "<string>" }
List of all currently ongoing transfers which has been transferred to the current location.
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