Arlula · Example Payload

Arlula Order Example

Earth ObservationGeospatialImageryRemote SensingSatellites

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

Top-level fields

orderIdstatuscreatedAtcampaigns

Example Payload

Raw ↑
{
  "orderId": "order-a1b2c3d4",
  "status": "completed",
  "createdAt": "2026-04-15T09:00:00Z",
  "campaigns": [
    {
      "campaignId": "campaign-001",
      "orderId": "order-a1b2c3d4",
      "status": "completed"
    }
  ]
}