Appmixer · Example Payload

Data Store Example

AgenticAutomationEmbedded iPaaSIntegrationsLow-CodeWorkflows

Data Store Example is an example object payload from Appmixer, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameschemacreatedAt

Example Payload

Raw ↑
{
  "id": "ds-001",
  "name": "Customer Data",
  "schema": {
    "customerId": "string"
  },
  "createdAt": "2025-03-15T14:30:00Z"
}