Event | Description | Example |
---|---|---|
subscription.create | { "type" : "subscription.create", "data" : { "subscription" : { "application" : 1, "apiProduct" : 1, "plan" : 1, "environments" : [ 1, 2, 3 ], "approvalStatus" : "PENDING", "approvalRequest" : null, "deploymentStatus" : "DEPLOYMENT_REQUIRED", "apiProductDisplayName" : "ProductX", "id" : 42 } }, "timestamp" : "2024-02-29T08:51:10.862979Z" } | |
subscription.delete | { "type" : "subscription.delete", "data" : { "subscription" : { "application" : 1, "apiProduct" : 1, "plan" : 1, "environments" : [ 1, 2, 3 ], "approvalStatus" : "PENDING", "approvalRequest" : null, "deploymentStatus" : "DEPLOYMENT_REQUIRED", "apiProductDisplayName" : "ProductX", "id" : 42 } }, "timestamp" : "2024-02-29T08:51:10.864166Z" } |
General
Content
Integrations