Get the portal org's public identity (branding)
GET /api/learn/org. Get the portal org's public identity (branding). Headless LMS Organizations API reference.
Response Body
application/json
curl -X GET "https://example.com/api/learn/org"{ "id": "string", "name": "string", "slug": "string"}Accept an invite with the logged-in account POST
POST /api/organizations/invites/accept. Accept an invite with the logged-in account. Headless LMS Organizations API reference.
Get the caller's identity within the session's org GET
GET /api/learn/viewer. Get the caller's identity within the session's org. Headless LMS Organizations API reference.