GET
/
outgoing
/
ongoing
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>"
}

Body

application/json

Response

200
application/json

Successful response with updated user details.

The response is of type object.