Skip to main content
Version: 2.0.0

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 ParametersTypeDescription
team_uuidstringUUID 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: