v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
z) Global Functionality

Verify an OTP or security question answers

Validates an OTP (returns 200) or security question answers (returns 204) for the given identifier (phone, email, or identity). Returns 400 if incorrect. No JWT is required.

get/eclipse-conductor/rest/v1/global/verifications/{identifier}

Path parameters

identifierstring required

Query parameters

codestring required

The verification code to verify

securityQuestionAnswer1string

The security question answer to verify

securityQuestionAnswer2string

The security question answer to verify

securityQuestionAnswer3string

The security question answer to verify

securityQuestionAnswer4string

The security question answer to verify

securityQuestionAnswer5string

The security question answer to verify

Response

OTP is correct

comparisonDocumentRequiredForPasswordChangeboolean

Indicate that the Comparison Document is required to change Password.

Example response

{
  "securityQuestions": [
    {
      "created": "2022-03-10T12:15:50-04:00",
      "lastModified": "2022-03-10T12:15:50-04:00"
    }
  ]
}