cURL
curl --request GET \ --url http://{server_ip}:6002/outgoing/queue \ --header 'Content-Type: application/json' \ --data '{ "apiUser": "<string>", "apiPassword": "<string>", "apiKey": "<string>" }'
{ "status": true, "message": "<string>" }
Get all the transfers in the queue transferring from current location to others.
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