GET
/
api
/
v1
/
operations
/
transfer
/
status
/
{reference}
/
{channel}
cURL
curl --request GET \
  --url https://demoapi.saasphereltd.com/api/v1/operations/transfer/status/{reference}/{channel} \
  --header 'Authorization: Bearer <token>'
{
  "status": "04",
  "error": "Invalid token"
}

Authorizations

Authorization
string
header
required

Paste only the token (no "Bearer " prefix).

Path Parameters

reference
string
required
channel
string
required

Response

401 - application/json
status
string
Example:

"04"

error
string
Example:

"Invalid token"