Skip to main content

OtpsApi

MethodHTTP requestDescription
contactVerificationAuthenticateUsingPOSTPOST /api/web/v1/contact/verification/authenticateAuthenticate Contact Verification Challenge
contactVerificationChallengeUsingPOSTPOST /api/web/v1/contact/verification/challengeGet Contact Verification Challenge
createOTPUsingPOSTPOST /api/web/v1/otpsCreates and returns an OTP

contactVerificationAuthenticateUsingPOST

OTPVerificationAuthenticateResponse contactVerificationAuthenticateUsingPOST(otPVerificationAuthenticateValue)

Authenticate Contact Verification Challenge

Authenticate the contact verification challenge. Caller requires the CONTACTVERIFICATION:ADD permission.

Parameters

NameTypeDescriptionNotes
otPVerificationAuthenticateValueOTPVerificationAuthenticateValue

Return type

OTPVerificationAuthenticateResponse

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
429Too many requests-

contactVerificationChallengeUsingPOST

OTPVerificationChallengeResponse contactVerificationChallengeUsingPOST(otPVerificationChallengeValue)

Get Contact Verification Challenge

Get a contact verification challenge for the specified contact. Caller requires the CONTACTVERIFICATION:ADD permission.

Example

Parameters

NameTypeDescriptionNotes
otPVerificationChallengeValueOTPVerificationChallengeValue

Return type

OTPVerificationChallengeResponse

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
429Too many requests-

createOTPUsingPOST

OTP createOTPUsingPOST(otPCreateParms)

Creates and returns an OTP

Create and return an OTP. Caller requires the OTPS:ADD permission.

Example

Parameters

NameTypeDescriptionNotes
otPCreateParmsOTPCreateParms

Return type

OTP

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful-
400Bad Request-
401Access denied-
403Forbidden-
404Not Found-
409Conflict-