Skip to main content
GET
/
api
/
v2
/
backoffice
/
ramps
/
{rampId}
/
transactions
cURL
curl --request GET \
  --url https://sandbox.killb.app/api/v2/backoffice/ramps/{rampId}/transactions \
  --header 'Authorization: Bearer <token>'
{
  "rampId": "<string>",
  "totalTransactions": 123,
  "transactions": [
    {
      "id": "<string>",
      "transferId": "<string>",
      "customerId": "<string>",
      "userId": "<string>",
      "providerId": "<string>",
      "status": "<string>",
      "type": "<string>",
      "originAccountId": "<string>",
      "destinationAccountId": "<string>",
      "beneficiary": {},
      "externalId": "<string>",
      "currency": "<string>",
      "amount": "<string>",
      "module": "<string>",
      "method": "<string>",
      "direction": "<string>",
      "automationId": 123,
      "metadata": {},
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

rampId
string
required

Response

rampId
string
required
totalTransactions
number
required
transactions
object[]
required