Data Model
API Surfaces
Product API
The Product API is the full management surface for AppDB. Authenticate with a Domo developer token:/api/datastores/
The Product API supports the complete lifecycle — create, read, update, and delete datastores and collections; manage permissions; write and query documents; and transfer data in bulk.
App Framework API
If you’re building a Domo Custom App, a scoped proxy is available at/domo/datastores/ that uses the card’s session rather than a developer token. It covers collection and document CRUD and export, but does not expose datastore management, permission reads, download, or import — those remain Product API-only.
See the App Framework AppDB API for the full reference.
Quick Start
The following example creates a datastore, adds a collection, stores a document, and reads it back. Requirescurl and jq.
Set your credentials
You’ll need a Domo developer token — see Manage Access Tokens for instructions on generating one.