Webex · Example Payload

Webex Verify Domain Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Verify Domain Example is an example object payload from Webex, 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": "Verify Domain",
  "method": "POST",
  "path": "/identity/organizations/{orgId}/actions/verifyDomain",
  "summary": "Verify Domain",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "domain": "cisco.com",
        "claimDomain": false,
        "reserveDomain": false
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "verifiedDomains": [
          "cisco.com",
          "webex.com"
        ],
        "claimedDomains": [
          "cisco.com",
          "webex.com"
        ],
        "url": "https://identity.webex.com/organization/bf732c85-68ca-4867-94e4-937286ad2fd4/v1/actions/DomainVerification/Verify/invoke"
      }
    }
  ]
}