Libryo · OAuth Scopes

Libryo OAuth Scopes

OAuth 2.0 searched

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

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.

CompanyRegulatory ComplianceLegal TechEnvironmental Health and SafetyGovernance Risk and ComplianceLegal RegistersRegulatory Change ManagementSustainabilityOAuth
Scopes: 3 Flows: Method: searched

Scopes (3)

ScopeDescriptionFlows
view-legal-report View the authorizing user's legal report — the compiled register of legal obligations applicable to their sites.
search-legislation Search the Libryo legislation corpus on behalf of the authorizing user.
list-libryos List the "Libryos" available to the authorizing user. A Libryo is a site-specific, filtered stream of the legislation that applies to one operation or location.

Source

OAuth Scopes

libryo-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://github.com/libryo/libryo-api-oauth-docs
docs: https://github.com/libryo/libryo-api-oauth-docs
description: >-
  The OAuth 2.0 scopes Libryo documents for partner integrations. Libryo publishes no
  OpenAPI definition, so these are taken verbatim from the scope list in its public OAuth
  integration guide rather than derived from a spec. Scopes are requested as a
  space-delimited string on the authorization request and describe read access to the
  authorizing user's regulatory content.
schemes:
- name: libryoOAuth2
  type: oauth2
  grant_types:
  - authorization_code
  authorizationUrl: https://my.libryo.com/oauth/authorize
  tokenUrl: https://api.libryo.com/api/v1/oauth/token
  docs: https://github.com/libryo/libryo-api-oauth-docs
  notes: >-
    Scopes are passed space-delimited, e.g.
    scope=view-legal-report search-legislation list-libryos
scopes:
- scope: view-legal-report
  description: >-
    View the authorizing user's legal report — the compiled register of legal obligations
    applicable to their sites.
  schemes:
  - libryoOAuth2
- scope: search-legislation
  description: >-
    Search the Libryo legislation corpus on behalf of the authorizing user.
  schemes:
  - libryoOAuth2
- scope: list-libryos
  description: >-
    List the "Libryos" available to the authorizing user. A Libryo is a site-specific,
    filtered stream of the legislation that applies to one operation or location.
  schemes:
  - libryoOAuth2
completeness: >-
  The public guide states these are "the scopes that are currently available", so this is
  believed to be the full published scope surface as of the last commit to the docs repo.
  Libryo may issue additional scopes to partners under agreement; no write scopes are
  documented publicly.