Skip to main content
GET
/
accounts
/
list
List accounts by user
curl --request GET \
  --url https://api.quiva.ai/accounts/list \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "acct_123456789",
    "acct_987654321"
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Accounts retrieved successfully

data
string[]
required