Enterprise

DrillerDB Public API v1

Read-only REST API for ETL, reporting, and external data sync. Authenticate every request with X-API-Key.

Download OpenAPI spec

Base URL

https://app.drillerdb.com/api/v1

Authentication

curl -H "X-API-Key: ddb_live_example.your_secret_here" \
  "https://app.drillerdb.com/api/v1/projects?limit=50"

Keys are company-scoped, revocable, and Enterprise-only. All list endpoints return cursor pagination in meta.next_cursor.

Endpoints

GET /projects
GET /projects/{intWellKey}
GET /projects/{intWellKey}/invoices
GET /work-orders
GET /work-orders/{id}
GET /contacts
GET /contacts/{rolodexId}
GET /equipment
GET /equipment/{equipmentId}
GET /inventory/items
GET /inventory/items/{id}
GET /openapi.json

Contract Notes