Yoodli API
Yoodli's public REST API (OpenAPI 3.1.0, 13 operations) for administrative programmatic access to the platform — listing, inviting and removing Organization members, creating, updating and deleting User Groups, reading Organization and Multi Org details, adjusting Multi Org seat allocation, setting membership expiration dates, and downloading a recording's feedback (rubric goal scores, coaching feedback, reviewer comments, transcript). Bearer API-key auth; three published rate-limit tiers.
GET
/v3/enterprises/{enterpriseId}
Get Multi Org details
PATCH
/v3/enterprises/{enterpriseId}/orgs/{orgId}
Update settings of an Organization in a Multi Org
POST
/v3/orgs/{orgId}/hubs
Create a User Group
DELETE
/v3/orgs/{orgId}/hubs/{hubId}
Delete a User Group
PATCH
/v3/orgs/{orgId}/hubs/{hubId}
Update a User Group
GET
/v3/orgs/{orgId}
Get information about an Organization and its User Groups
POST
/v3/orgs/{orgId}/users
Add or invite Users to an Organization and its User Groups
GET
/v3/orgs/{orgId}/users
List Users in an Organization
POST
/v3/orgs/{orgId}/hubs/{hubId}/users/remove
Remove Users and outstanding invites from a User Group
POST
/v3/orgs/{orgId}/users/remove
Remove Users and outstanding invites from an Organization
GET
/v3/orgs/{orgId}/invites
List outstanding Invites for an Organization or a User Group
PATCH
/v3/orgs/{orgId}/members/expiration
Set, update, or clear expiration dates on organization memberships
GET
/v3/speeches/{speechId}/feedback
Download speech feedback