Arlula · Example Payload

Arlula Batch Archive Order Request Example

Earth ObservationGeospatialImageryRemote SensingSatellites

Arlula Batch Archive Order Request Example is an example object payload from Arlula, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ordersemailswebhooks

Example Payload

Raw ↑
{
  "orders": [
    {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "bundleKey": "bundle-basic",
      "eula": "EULA-001",
      "emails": [
        "example-value"
      ],
      "webhooks": [
        "example-value"
      ],
      "coupon": "COUPON-001"
    }
  ],
  "emails": [
    "example-value"
  ],
  "webhooks": [
    "example-value"
  ]
}