latestOpenAPI 3.0.12026-08-1091181421.2 KB

44eb39b4bd65

Organizations

Get a list of Organizations where the authenticated user is admin

get/v2/organizations

Response

OK

Example response

{
  "organizations": [
    {
      "frontendDomain": "university.badges.example.com",
      "id": "67ae3efe2ee1d96b56fc1957",
      "name": "University of Credentials",
      "profile": {
        "description": "A university that issues credentials.",
        "email": "mail@example.com",
        "imageUrl": "https://www.example.com/logo.png",
        "url": "https://www.example.com"
      }
    }
  ]
}