cURL
curl --request GET \ --url https://api.quiva.ai/accounts/list \ --header 'Authorization: Bearer <token>'
{ "data": [ "acct_123456789", "acct_987654321" ] }
Lists all accounts for the current user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Accounts retrieved successfully