cURL
curl --request GET \ --url https://dev-api.hyperail.io/api/v1/transfers/bulk/categories \ --header 'Authorization: Bearer <token>' \ --header 'x-service-source: <x-service-source>'
[ "string" ]
Get details of an uploaded bulk disbursement by the categories you created with.
API key authentication using Bearer token
Identifies the calling service
"HyperRails"
A JSON array of bulk disbursement details objects.
Was this page helpful?