Get Account

GET https://app.resemble.ai/api/v2/account

1{
2 "success": true,
3 "item": {
4 "email": "user@example.com",
5 "first_name": "Jane",
6 "last_name": "Doe",
7 "teams": 2,
8 "created_at": "2023-03-12T18:10:00Z"
9 }
10}
$curl 'https://app.resemble.ai/api/v2/account' \
> -H 'Authorization: Bearer YOUR_API_TOKEN'