Account
Account
Retrieve the account information. Requires the auth token for the account holder.
GET
/
account
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.