Documentation Index
Fetch the complete documentation index at: https://elevenlabs8.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Get User Profile
Retrieve the current user’s profile and subscription information.Response
User Properties
| Property | Type | Description |
|---|---|---|
id | integer | Unique user identifier |
email | string | User email address |
first_name | string | User first name |
last_name | string | User last name |
phone_number | string | User phone number |
avatar | string | URL to user avatar image |
date_joined | string | User registration date |
date_modified | string | Last modification date |
subscription | object | Active subscription information |
is_reseller | boolean | Whether user is a reseller |
is_active | boolean | Whether user account is active |
is_new_user | boolean | Whether user is new |
Subscription Properties
| Property | Type | Description |
|---|---|---|
id | integer | Subscription identifier |
user | integer | User ID |
plan_duration | object | Plan duration details |
name | string | Plan name |
start_date | string | Subscription start date |
end_date | string | Subscription end date |
credits_allocated | integer | Total credits allocated |
credits_used | integer | Credits used so far |
is_active | boolean | Whether subscription is active |
remaining_credits | integer | Remaining credits |
is_expired | boolean | Whether subscription is expired |
created_at | string | Subscription creation date |
updated_at | string | Last update date |
Plan Duration Properties
| Property | Type | Description |
|---|---|---|
id | integer | Plan duration identifier |
plan | object | Plan details |
duration_months | integer | Duration in months |
price | float | Plan price |
credits | integer | Credits included |
is_active | boolean | Whether plan is active |
Plan Properties
| Property | Type | Description |
|---|---|---|
id | integer | Plan identifier |
name | string | Plan name |
description | string | Plan description |