Axway · Schema

UserDevice

UserDevice schema from Axway Amplify Platform API

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
authorized boolean Whether the device has been authorized.
authorized_date string Timestamp of when the device was authorized.
browserVersion string Device browser version identified from the devices user agent.
created string Timestamp of when the record was created.
ipaddress string Anonymized device IP address.
origin string Origin of the MFA code used to authenticate the device.
osVersion string Device operating system version identified from the devices user agent.
updated string Timestamp of the most recent sign in on the device.
user_device object user-device relation.
View JSON Schema on GitHub

JSON Schema

amplify-platform-user-device-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-user-device-schema.json",
  "title": "UserDevice",
  "description": "UserDevice schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "authorized": {
      "type": "boolean",
      "description": "Whether the device has been authorized.",
      "example": true
    },
    "authorized_date": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of when the device was authorized.",
      "example": "2026-04-21T00:00:00Z"
    },
    "browserVersion": {
      "type": "string",
      "description": "Device browser version identified from the devices user agent.",
      "example": "example_value"
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of when the record was created.",
      "example": "2026-04-21T00:00:00Z"
    },
    "ipaddress": {
      "type": "string",
      "description": "Anonymized device IP address.",
      "example": "10.0.0.1"
    },
    "origin": {
      "type": "string",
      "description": "Origin of the MFA code used to authenticate the device.",
      "enum": [
        "email",
        "app"
      ],
      "example": "email"
    },
    "osVersion": {
      "type": "string",
      "description": "Device operating system version identified from the devices user agent.",
      "example": "example_value"
    },
    "updated": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of the most recent sign in on the device.",
      "example": "2026-04-21T00:00:00Z"
    },
    "user_device": {
      "type": "object",
      "description": "user-device relation.",
      "properties": {
        "browserFamily": {
          "type": "string",
          "description": "Device browser family identified from the devices user agent."
        },
        "device_id": {
          "type": "string",
          "description": "GUID of the device record."
        },
        "osFamily": {
          "type": "string",
          "description": "Device operating system family identified from the devices user agent."
        },
        "user": {
          "type": "string",
          "description": "_id of the user the record is associated to."
        }
      },
      "example": {
        "browserFamily": "example_value",
        "device_id": "507f1f77bcf86cd799439011",
        "osFamily": "example_value",
        "user": "example_value"
      }
    }
  }
}

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-user-device"
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 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.