Skip to main content
GET
/
transfers
/
bulk
cURL
curl --request GET \
  --url https://api.spotflow.co/api/v1/transfers/bulk \
  --header 'Authorization: Bearer <token>'
[
  {
    "content": [
      {
        "reference": "c1fba25a-a36b-479c-b17d-64dbaf3ba32c",
        "spotflowreference": "c1fba25a-a36b-479c-b17d-64dbaf3ba32c",
        "amount": 0,
        "currency": "NGN",
        "transferMode": "7706438396",
        "destination": {
          "accountNumber": "7706438396",
          "accountName": "Quantum Technologies",
          "bankCode": "NGN100",
          "branchCode": "NGN100",
          "bankName": "Testbank MFB"
        },
        "narrations": "string",
        "status": "string"
      }
    ],
    "pageNumber": 123,
    "pageSize": 123,
    "totalElements": 123,
    "totalPages": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:0

Page number for pagination (default is 0).

size
integer
default:10

Number of items per page for pagination (default is 10).

query
string
status
string
category
string
currency
string
from
string
to
string

Response

A JSON array of bulk disbursements objects.

content
object[]
pageNumber
integer
pageSize
integer
totalElements
integer
totalPages
integer