Headless LMS

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.

GET
/api/learn/org

Response Body

application/json

curl -X GET "https://example.com/api/learn/org"
{  "id": "string",  "name": "string",  "slug": "string"}