Retrieves a paginated list of funds holders for the organization. Funds holders represent accounts that can be used to fund campaigns, including the primary organization account and settlement funds.
Security
oauth2(Required scopes: Auth0PolicyfundsHolders:view)
GET
curl -i -X GET \
'https://docs.talli.ai/_mock/reference/swagger/v2/campaign-manager/funds-holders?page=1&pageSize=20' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "pageNumber": 0, "pageSize": 0, "totalPages": 0, "totalItems": 0, "data": [ { … } ] }