Axway · JSON Structure

Amplify Platform Platform.Session.Create Structure

Published when a session is created from an access token or external IdP, or a user switches platform org.

Type: object Properties: 5
API ManagementEnterpriseIntegrationSecurity

platform.session.create is a JSON Structure definition published by Axway, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

from idp ip role roles

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "platform.session.create",
  "description": "Published when a session is created from an access token or external IdP, or a user switches platform org.",
  "type": "object",
  "properties": {
    "from": {
      "type": "string",
      "description": "Client type."
    },
    "idp": {
      "type": "object",
      "description": "Identity Provider used to authenticate the session",
      "properties": {
        "id": {
          "type": "string",
          "oneOf": [
            {
              "enum": [
                "360",
                "github",
                "gitlab",
                "google"
              ]
            },
            {
              "$ref": "#/components/schemas/IdentityProvider/properties/guid"
            }
          ]
        },
        "name": {
          "$ref": "#/components/schemas/IdentityProvider/properties/name"
        }
      },
      "example": {
        "id": "507f1f77bcf86cd799439011",
        "name": {}
      }
    },
    "ip": {
      "type": "string",
      "description": "Anonymized IP address.",
      "example": "10.0.0.1"
    },
    "role": {
      "type": "string",
      "description": "Identifier of the invited users default role in the organization.",
      "enum": [
        "administrator",
        "developer",
        "auditor",
        "consumer"
      ],
      "example": "administrator"
    },
    "roles": {
      "type": "array",
      "description": "User's roles within the organization.",
      "items": {
        "$ref": "#/components/schemas/Org/properties/users/items/properties/roles/items"
      },
      "example": [
        {}
      ]
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/amplify-platform-platform.session.create-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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