Licenses
A license is assigned to every membership. This lookup resolves the licenseId you find on memberships and invitations.
Every endpoint below shows its parameters and response fields in the middle and a request sample with an example response on the right.
Lists the licenses (resolves `licenseId`)
/v1.0/licensesField overview from the specification
Each item has:
licenseId(string): id of the license.name(string): license name (tier).
Query parameters
fieldsstringoptionalComma-separated list of the fields to return. Leave it out and you get every field — including fields added in the future, which is your call to make: name your fields if you want to be shielded from that.
Only first-level fields can be named. A nested list such as
attendees,tagsorsectionItemsis returned whole or not at all;attendees.nameis not supported.On a paged response the selection applies to the entries in
items;page,pageSize,totalandhasMoreare always returned. An unknown name is rejected with 400 rather than ignored.Selectable here:
licenseId,name.Example:licenseId,name
Response
licenseIdstringrequiredId of the license.
namestringrequiredLicense name (tier).
Status codes
- 200Success
- 401
Missing or invalid bearer token.
- 429
Rate limit exceeded (per token/IP). Transcription uploads may also return
codeFUP_LIMIT_EXCEEDEDorTOO_MANY_CONCURRENT_TRANSCRIPTIONS. - 500
Internal server error.