Axway · Example Payload

Axway Org Domainassociateconfirm Example

API ManagementEnterpriseIntegrationSecurity

Axway Org Domainassociateconfirm 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": "org_domainAssociateConfirm",
  "method": "PUT",
  "path": "/org/{org_id}/domain",
  "summary": "Axway Confirm Domain IdP Association",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "name": "FORBIDDEN",
      "example": {
        "$ref": "#/components/examples/FORBIDDEN/value"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "ITEM_NOT_FOUND",
      "example": {
        "$ref": "#/components/examples/ITEM_NOT_FOUND/value"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "IDP_CONFIRM_ORIGIN",
      "example": {
        "success": false,
        "description": "You must sign in using your organization's Identity Provider to verify configuration and confirm domain ownership.",
        "code": 400
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "LOGIN_REQUIRED",
      "example": {
        "$ref": "#/components/examples/LOGIN_REQUIRED/value"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "PARAM_INVALID",
      "example": {
        "$ref": "#/components/examples/PARAM_INVALID/value"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "PARAM_REQUIRED",
      "example": {
        "$ref": "#/components/examples/PARAM_REQUIRED/value"
      }
    }
  ]
}