Account
Get account information
Returns information about your account.
GET
/
v2
/
account
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
This object represents your Cloudpress account information. It is useful for retrieving the number of credits you have available to export content.
createdAt
string
The date and time the account was created.
name
string
The name of the account.
user
object
The details of the current user account.