Validate the VERIFY OTP

Note: Normally, a VERIFY OTP is included in the Magic Link sent to the app user via email, and then verified and exchanged with AUTH OTP when the Magic Linkis activated by the user. This is not convenient in automated testing scenarios. This endpoint allows to validate the VERIFY OTP and receive the AUTH OTP in an immediate HTTP response.

This endpoint is only available in Staging, for emails that have been registered to enable this functionality (on request).

Path Params
string
required
length ≥ 1

A VERIFY OTP to be validated

Responses
200

Success

400

Bad Request

500

Internal error

Language
LoadingLoading…