Organizations

Last updated

Was this helpful?

get
GET /v2/organizations HTTP/1.1
Host: api.badgr.io
Accept: */*
200

OK

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