OrganizationCustomer

  • id
    Type: stringFormat: uuid
    required
  • name
    Type: string
    required
  • attributes
    Type: object
    • propertyName
      Type: string
Examples
[
  {
    "id": "7b2d8e4f-3a1c-4f9e-b6d5-8c7a9e2f1d3b",
    "name": "Globex",
    "attributes": {}
  },
  {
    "id": "a1f4c8e2-6d3b-49a7-8e5f-2c9d7b4a6e1f",
    "name": "Acme",
    "attributes": {
      "integration_id": "C380432"
    }
  }
]