Libryo API

The Libryo Platform's partner-facing RESTful API. Third-party applications integrate on behalf of a Libryo user using the OAuth 2.0 authorization-code flow, then call the versioned /api/v1 surface to view legal reports, search legislation, and list the user's Libryos (site-specific regulatory streams). Libryo publishes the OAuth integration guide in a public GitHub repository; the endpoint reference itself is made available to partners under agreement rather than published openly.

API entry from apis.yml

apis.yml Raw ↑
aid: libryo:libryo-api
name: Libryo API
description: The Libryo Platform's partner-facing RESTful API. Third-party applications integrate on behalf
  of a Libryo user using the OAuth 2.0 authorization-code flow, then call the versioned /api/v1 surface
  to view legal reports, search legislation, and list the user's Libryos (site-specific regulatory streams).
  Libryo publishes the OAuth integration guide in a public GitHub repository; the endpoint reference itself
  is made available to partners under agreement rather than published openly.
humanURL: https://github.com/libryo/libryo-api-oauth-docs
baseURL: https://api.libryo.com/api/v1
tags:
- Regulatory Compliance
- Legal Registers
- Legislation Search
- OAuth
properties:
- type: Documentation
  url: https://github.com/libryo/libryo-api-oauth-docs
- type: Authentication
  url: authentication/libryo-authentication.yml
- type: OAuthScopes
  url: scopes/libryo-scopes.yml
- type: ErrorCatalog
  url: errors/libryo-problem-types.yml
- type: Conventions
  url: conventions/libryo-conventions.yml
- type: Lifecycle
  url: lifecycle/libryo-lifecycle.yml
- type: Conformance
  url: conformance/libryo-conformance.yml