Get account teams
This endpoint retrieves the teams associated with the user account.
HTTP Request
GET https://app.resemble.ai/api/v2/account/teams
HTTP Response
{
"success": true,
"items": Array<{
"uuid": <string>
"name": <string>
"plan": <string>
"voice_limit": <number>
"units": <string>
"rate": <number>
"current_usage": <number>
}>
}
Examples
NodeJS
1
Coming soon...
Try it out
API Key:
Get an account team
This endpoint retrieves an individual team in the account.
HTTP Request
GET https://app.resemble.ai/api/v2/account/teams/<team_uuid>
URL Parameters | Type | Description |
---|---|---|
team_uuid | string | UUID of the team to fetch |
HTTP Response
{
"success": true,
"item": {
"uuid": <string>
"name": <string>
"plan": <string>
"voice_limit": <number>
"units": <string>
"rate": <number>
"current_usage": <number>
}
}
Examples
NodeJS
1
Coming soon...
Try it out
API Key:
Team UUID: