get https://api.heygen.com/v1/user/me
This endpoint retrieves information about the currently authenticated user, including their username, email, and full name.
Response
Field | Type | Description |
---|---|---|
username | String | A unique identifier for the user. |
email | String | The email address of the user. |
first_name | String | The first name of the user. |
last_name | String | The last name or initials of the user. |