Webex · Example Payload

Webex Generate Otp Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Generate Otp 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": "Generate OTP",
  "method": "POST",
  "path": "/identity/organizations/{orgId}/users/{userId}/actions/generateOtp",
  "summary": "Generate OTP",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "oneTimePassword": "283489",
        "expiresIn": 604800
      }
    }
  ]
}