Skip to main content
GET
/
api
/
v2
/
backoffice
/
ramps
/
transfers
/
status
/
{status}
cURL
curl --request GET \
  --url https://sandbox.killb.app/api/v2/backoffice/ramps/transfers/status/{status} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

status
string
required

Response

message
string
required