Badgr · OAuth Scopes

Badgr OAuth Scopes

OAuth 2.0 derived

Badgr publishes 3 OAuth 2.0 scopes via the password and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Badgr API on a user’s behalf.

Tokens are issued from https://api.badgr.io/o/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Digital BadgesOpen BadgesMicro-CredentialsCredentialingVerifiable CredentialsEducationOpen Source
Scopes: 3 Flows: password, authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.badgr.io/o/authorize
Token URL
https://api.badgr.io/o/token
Flows
passwordauthorizationCode

Scopes (3)

ScopeDescriptionFlows
rw:backpack Read and write the earner backpack and collections authorizationCode, password
rw:issuer Read and write issuers, badge classes, and assertions authorizationCode, password
rw:profile Read and write the user profile authorizationCode, password

Source

OAuth Scopes

badgr-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/badgr-openapi.yml
schemes:
- name: OAuth2
  source: openapi/badgr-openapi.yml
  flows:
  - flow: password
    tokenUrl: https://api.badgr.io/o/token
  - flow: authorizationCode
    authorizationUrl: https://api.badgr.io/o/authorize
    tokenUrl: https://api.badgr.io/o/token
scopes:
- scope: rw:backpack
  description: Read and write the earner backpack and collections
  flows:
  - authorizationCode
  - password
  sources:
  - openapi/badgr-openapi.yml
- scope: rw:issuer
  description: Read and write issuers, badge classes, and assertions
  flows:
  - authorizationCode
  - password
  sources:
  - openapi/badgr-openapi.yml
- scope: rw:profile
  description: Read and write the user profile
  flows:
  - authorizationCode
  - password
  sources:
  - openapi/badgr-openapi.yml