CorebanqCorebanq Developer Docs
Transfersv1Transfers

Get transfer status history

Convenience alias of `GET /v1/transfers/statuses` with `search.transfer_id` forced from the path.

GET/v1/transfers/{transfer_id}/status-history

Authorization

BearerAuth
AuthorizationBearer <token>

JWT authentication token

In: header

Path Parameters

transfer_id*string

Transfer UUID

transfer_id*string

transfer_id path parameter

Header Parameters

Accept-Language?string

Language preference for the response

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/transfers/string/status-history"
Empty
{
  "status": 0,
  "message": "string"
}
{
  "status": 0,
  "message": "string"
}
{
  "status": 0,
  "message": "string"
}
{
  "status": 0,
  "message": "string"
}
{
  "status": 0,
  "message": "string"
}