Read-only REST API for ETL, reporting, and external data sync. Authenticate every request with X-API-Key.
https://app.drillerdb.com/api/v1
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.
GET /projectsGET /projects/{intWellKey}GET /projects/{intWellKey}/invoicesGET /work-ordersGET /work-orders/{id}GET /contactsGET /contacts/{rolodexId}GET /equipmentGET /equipment/{equipmentId}GET /inventory/itemsGET /inventory/items/{id}GET /openapi.jsonmeta.request_id.updated_since is supported for projects, contacts, equipment, and inventory.