DataConnect API - Glossary & Quick Reference Guide
Glossary of Terms
| Term | Meaning |
|---|---|
| External ID | Auto-generated UUID identifying an org/client/user; used in API fields. |
| Org API Key | Secret string authorizing your org for DataConnect; rotatable. |
| JWT | Short-lived (60 min) token from /daas/login ; sent as X-Daas-Token (REST) or Bearer (MCP). |
| Generator | A named GenRocket module that produces values for an attribute. |
| Receiver | A file-output formatter (Delimited/JSON/XML); REST-only. |
| Quota config | A GB allocation at the Org/Client/User/Server-User level, with a lifecycle status. |
Endpoint Quick Reference
| Method | Path | Auth | Returns |
|---|---|---|---|
| POST | /daas/login | none (credentials in body) | {success, token} |
| POST | /daas/generate | X-Daas-Token | JSON array of rows, or a file |
| GET | /daas/industries | none |
{industries: [...]} |
| GET | /daas/generators | none | {generators: [...]} |
| MCP TOOL | generate_data | Authorization: Bearer |
JSON array of rows |
| MCP RESOURCE | daas://industries , daas://generators |
Authorization: Bearer |
JSON |
Quota Status Quick Reference
| Status | Usable? | Set When |
|---|---|---|
| AVAILABLE | Waiting | Created while another config is ACTIVE. |
| ACTIVE | Yes | First config created, or promoted on rollover. |
| QUOTA_REACHED | No | 100% consumed. |
| CANCELED | No | Manually cancelled by an admin. |
Article Feedback: Was this helpful?
Give feedback