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