Axway · Example Payload

Axway Auth Sessionfind Example

API ManagementEnterpriseIntegrationSecurity

Axway Auth Sessionfind 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_sessionFind",
  "method": "GET",
  "path": "/auth/findSession",
  "summary": "Axway Retrieves the Current Session",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "AuthSessionfind200Example",
      "example": "example_value"
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "DEVICE_AUTH_REQUIRED",
      "example": {
        "success": false,
        "description": "Device authorization required.",
        "code": 400,
        "internalCode": 232
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "PARAM_INVALID",
      "example": {
        "$ref": "#/components/examples/PARAM_INVALID/value"
      }
    }
  ]
}