Axway · Example Payload

Amplify Platform Subscription Example

API ManagementEnterpriseIntegrationSecurity

Amplify Platform Subscription Example is an example object payload from Axway, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

end_dateentitlementsgovernanceidopportunity_idplanproductproduct_namesourcestart_datetier

Example Payload

Raw ↑
{
  "end_date": "2026-04-21T00:00:00Z",
  "entitlements": [
    {
      "key": "example_value",
      "value": "example_value"
    }
  ],
  "governance": "SaaS",
  "id": "507f1f77bcf86cd799439011",
  "opportunity_id": 1.0,
  "plan": "example_value",
  "product": "example_value",
  "product_name": "Example Name",
  "source": "API",
  "start_date": "2026-04-21T00:00:00Z",
  "tier": "paid"
}