Get account information
This endpoint retrieves your user account.
HTTP Request
GET https://app.resemble.ai/api/v2/account
HTTP Response
{
"success": true,
"item": {
"email": <string>,
"first_name": <string>,
"last_name": <string>,
"teams": <number>,
"created_at": <UTC Date>,
}
}
Examples
NodeJS
1
Coming soon...
Try it out
API Key: