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