GET
/
account

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
id
string
required

ID of the account

paid_plan_name
string
required

Name of the paid plan

remaining_quota
number
required

Remaining quota

text_api_quota
number
required

Text API quota

current_project
object

Was this page helpful?