Skip to main content
GET
/
transfers
/
bulk
/
categories
cURL
curl --request GET \
  --url https://api.spotflow.co/api/v1/transfers/bulk/categories \
  --header 'Authorization: Bearer <token>'
[
  "string"
]

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string

Response

A JSON array of bulk disbursement details objects.

The response is of type string[].