Paigo · Example Payload

Paigo Usage Create Example

BillingUsage-Based BillingMeteringInvoicingPricingSaaSSubscriptionsDeveloper ToolsFinOps

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

Top-level fields

timestampcustomerIddimensionIdrecordValuemetadata

Example Payload

Raw ↑
{
  "timestamp": "2024-01-15T10:30:00Z",
  "customerId": "cust_01234567-89ab-cdef-0123-456789abcdef",
  "dimensionId": "dim_01234567-89ab-cdef-0123-456789abcdef",
  "recordValue": "100",
  "metadata": {
    "region": "us-east-1",
    "service": "api-calls"
  }
}