Axway · Example Payload

Axway Auth Deviceauthcreate Example

API ManagementEnterpriseIntegrationSecurity

Axway Auth Deviceauthcreate Example is an example object payload from Axway, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "auth_deviceauthCreate",
  "method": "GET",
  "path": "/auth/authenticator",
  "summary": "Axway Initiate Authenticator App Setup",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "name": "LOGIN_REQUIRED",
      "example": {
        "$ref": "#/components/examples/LOGIN_REQUIRED/value"
      }
    }
  ]
}