Axway · Example Payload

Amplify Platform Platform.Subscription.Expired Example

API ManagementEnterpriseIntegrationSecurity

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

Top-level fields

modified_bysubscription

Example Payload

Raw ↑
{
  "modified_by": "example_value",
  "subscription": {
    "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"
  }
}