Accounts
Get All Accounts
Retrieve a list of all accounts associated with the authenticated user. Use the optional with_data
query parameter to load full account details.
GET
/
accounts
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
with_data
boolean
default: falseResponse
200 - application/json
data
object[]