post https://example.com/passcodes/private/v1/passcode/validate
Validate passcode
List of possible error codes:
| Code | Status | Reason | Description |
|---|---|---|---|
| - | 401 | - | The user is not authorized. |
| REQUIRED | 400 | passcode | The value is required. |
| INVALID_FORMAT | 400 | passcode | The value has invalid format. |
| PASSCODE_NOT_FOUND | 404 | - | A passcode is not set yet by the user. |
| PASSCODE_IS_NOT_VALID | 400 | - | The entered passcode is not valid. |
| PASSCODE_INPUT_ATTEMPT_BEING_PROCESSED | 429 | - | Previous passcode input attempt is currently being processed. |
