Account
Retrieve Account Details
Retrieves the account details of the authenticated user.
GET
/
v1
/
user
/
account
Note: This operation does not consume any account credits, but rate limits apply.
Retrieve Account Details
This endpoint retrieves the account details of the authenticated user, including their name, email, and the number of remaining credits.
Request
- Endpoint:
GET /user/account
- Authorization: Bearer token required
Response
A successful response will return the user’s account details and information about the remaining credits.
Example Response
Authorizations
Authorization
string
headerrequiredUse format Bearer YOUR_API_KEY
.
Response
200 - application/json
status
string
name
string
email
string
statusCode
integer
usage
object
requestCompletionTime
string
timestamp
string