Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Quorum Software Leases API

Oil and gas lease management

Quorum Software Leases API is one of 7 APIs that Quorum Software publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Leases. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 1 JSON Schema.

This API exposes 4 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.quorumsoftware.com/v1.

4 operations 2 paths 6 schemas 2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.quorumsoftware.com/v1
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Quorum Software Leases API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the clientCredentials flow, exposing 2 scopes. By default, every request must be authenticated.

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Leases 4

Oil and gas lease management

GET
/leases
List leases
listLeases 6 params → 200401
POST
/leases
Create a lease
createLease body → 201400
GET
/leases/{leaseId}
Get a lease
getLease 1 param → 200404
PUT
/leases/{leaseId}
Update a lease
updateLease 1 param body → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Lease (17 properties), Tract (15 properties), LeaseCreate (11 properties), LeaseUpdate (4 properties). Each schema is shown below with its type and property counts.

Tract
object
A land tract with legal description
15 properties
LeaseUpdate
object
4 properties
Error
object
2 properties
LeaseCreate
object
11 properties 7 required
LeaseDetail
Lease
object
An oil and gas lease
17 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quorum-leases-api-openapi.yml Raw ↑

Other APIs Quorum Software publishes across the network.

Quorum Royalty Accounting API
Quorum Production Reporting API
Quorum Software DivisionOrders API
Quorum Software Owners API
Quorum Software Tracts API
Quorum Software Wells API