Developer Documentation & API Reference
const client = new OpenDocs({
apiKey: process.env.API_KEY
})app.post("/webhook", (req) => {
const event = req.body
// handle event
})interface Response<T> {
data: T
meta: Pagination
}try {
await client.query(params)
} catch (e: ApiError) {
console.log(e.code)
}Explore our guides, tutorials, and API reference to get up and running in minutes.
Get API Keys