curl --request GET \
--url https://sandbox.killb.app/api/v2/backoffice/ramps{
"totalPages": 123,
"currentPage": 123,
"totalItems": 123,
"ramps": [
{
"id": "<string>",
"customerId": "<string>",
"userId": "<string>",
"providerId": "<string>",
"status": "<string>",
"type": "<string>",
"cashInMethod": "<string>",
"cashOutMethod": "<string>",
"originAccountId": "<string>",
"destinationAccounts": [
"<string>"
],
"quotationId": "<string>",
"quotation": {},
"fromCurrency": "<string>",
"toCurrency": "<string>",
"fromAmount": 123,
"toAmount": 123,
"baseAmount": 123,
"quoteAmount": 123,
"baseCurrency": "<string>",
"quoteCurrency": "<string>",
"isPreFunded": true,
"origin": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://sandbox.killb.app/api/v2/backoffice/ramps{
"totalPages": 123,
"currentPage": 123,
"totalItems": 123,
"ramps": [
{
"id": "<string>",
"customerId": "<string>",
"userId": "<string>",
"providerId": "<string>",
"status": "<string>",
"type": "<string>",
"cashInMethod": "<string>",
"cashOutMethod": "<string>",
"originAccountId": "<string>",
"destinationAccounts": [
"<string>"
],
"quotationId": "<string>",
"quotation": {},
"fromCurrency": "<string>",
"toCurrency": "<string>",
"fromAmount": 123,
"toAmount": 123,
"baseAmount": 123,
"quoteAmount": 123,
"baseCurrency": "<string>",
"quoteCurrency": "<string>",
"isPreFunded": true,
"origin": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}Filter by ramp status. Can be a single status string or an array of status strings
Filter by ramp type. Can be a single type string or an array of type strings. Valid values: ON, OFF
Filter by ramp ID. Can be a single ID string or an array of ID strings
Filter by customer ID
Number of items per page
Page number
Show child attributes