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 oTPVerificationAuthenticateValue)

Authenticate Contact Verification Challenge

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

Using the ContactVerificationAuthenticateUsingPOSTWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

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 oTPVerificationChallengeValue)

Get Contact Verification Challenge

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

Example

Using the ContactVerificationChallengeUsingPOSTWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

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 oTPCreateParms)

Creates and returns an OTP

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

Example

Using the CreateOTPUsingPOSTWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

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-