Organizations

Get a list of Organizations where the authenticated user is admin

get
Required scopes
This endpoint requires the following scopes:
  • : See who you are
  • : Update your profile
  • : Read badge classes and assertions in your issuers
  • : Award badges and update your issuers
  • : List assertions in your backpack
  • : Upload badges to your backpack
  • : Read organization data
  • : Associate issuers with your organization and update organization data
Authorizations
OAuth2authorizationCodeRequired
OAuth2 authorizationCode flow is currently not functional on the Swagger UI.
Authorization URL: Token URL:

OAuth2 authorizationCode flow is currently not functional on the Swagger UI.

Responses
200

OK

get
/v2/organizations
GET /v2/organizations HTTP/1.1
Host: api.badges.parchment.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "organizations": [
    {
      "id": "67ae3efe2ee1d96b56fc1957",
      "name": "University of Credentials",
      "profile": {
        "url": "https://www.example.com",
        "email": "[email protected]",
        "description": "A university that issues credentials.",
        "imageUrl": "https://www.example.com/logo.png"
      }
    }
  ]
}

Last updated

Was this helpful?