Axway · Schema

platform.subscription.create

Published when a subscription for an org is created.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
modified_by string "platform" or received value from event's `data.lastModifiedVia`.
subscription object Organization entitlements
View JSON Schema on GitHub

JSON Schema

amplify-platform-platform.subscription.create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-platform.subscription.create-schema.json",
  "title": "platform.subscription.create",
  "description": "Published when a subscription for an org is created.",
  "type": "object",
  "properties": {
    "modified_by": {
      "type": "string",
      "description": "\"platform\" or received value from event's `data.lastModifiedVia`."
    },
    "subscription": {
      "type": "object",
      "description": "Organization entitlements",
      "required": [
        "id",
        "product",
        "plan",
        "entitlements"
      ],
      "additionalProperties": false,
      "properties": {
        "end_date": {
          "type": "string",
          "format": "date-time",
          "description": "When the subscription is active to.",
          "example": "2026-04-21T00:00:00Z"
        },
        "entitlements": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "key",
              "value"
            ],
            "properties": {
              "key": {
                "type": "string",
                "description": "Entitlement key."
              },
              "value": {
                "oneOf": [
                  {
                    "type": "boolean",
                    "description": "Boolean entitlement, granting access to a feature of capability."
                  },
                  {
                    "type": "integer",
                    "description": "Integer entitlement value, granting quota of allow transactions or requests per month.",
                    "maximum": 9999999999999
                  },
                  {
                    "type": "number",
                    "description": "Numeric entitlement value, granting allow volumes of network throughput or storage.",
                    "maximum": 9999999999999
                  },
                  {
                    "type": "array",
                    "description": "Set entitlement, listing provisioned service or environment availability.",
                    "items": {
                      "type": "string",
                      "description": "Service or environment key."
                    }
                  }
                ]
              }
            }
          },
          "example": [
            {
              "key": "example_value",
              "value": "example_value"
            }
          ]
        },
        "governance": {
          "type": "string",
          "description": "Governance model for the subscription.",
          "enum": [
            "SaaS",
            "Customer Managed",
            "Axway Managed"
          ],
          "example": "SaaS"
        },
        "id": {
          "type": "string",
          "description": "Identifier for the subscription.",
          "example": "507f1f77bcf86cd799439011"
        },
        "opportunity_id": {
          "type": "number",
          "description": "Opportunity ID associated with the subscription.",
          "minimum": 10000,
          "maximum": 999999,
          "example": 1.0
        },
        "plan": {
          "type": "string",
          "description": "Which plan the subscription is for.",
          "example": "example_value"
        },
        "product": {
          "type": "string",
          "description": "Name to identify the product, e.g. APIM, B2Bi.",
          "example": "example_value"
        },
        "product_name": {
          "type": "string",
          "description": "Official product name.",
          "readOnly": true,
          "example": "Example Name"
        },
        "source": {
          "type": "string",
          "description": "Source of this subscription.",
          "enum": [
            "API",
            "UI",
            "Platform",
            "Billing"
          ],
          "example": "API"
        },
        "start_date": {
          "type": "string",
          "format": "date-time",
          "description": "When the subscription is active from.",
          "example": "2026-04-21T00:00:00Z"
        },
        "tier": {
          "type": "string",
          "description": "Whether the subscription is a trial or paid for.",
          "enum": [
            "paid",
            "trial",
            "free"
          ],
          "example": "paid"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amplify-platform-platform.subscription.create"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.