openapi.yaml. They include parameters, request bodies, response schemas, auth requirements, and Mintlify’s interactive API playground.
Base URL
Local development:Authentication
Protected routes use a workspace API key:Environment scope
Environment-partitioned resources accept:sandbox and live. The default is sandbox.
Response envelope
Every JSON response includes:| Field | Description |
|---|---|
data | Response payload, or null for errors. |
error | Error details, or null for success. |
request_id | Request identifier for support and troubleshooting. |
