otp

Verify OTP

Verify the OTP code for the given scope. On success, access to that scope is granted.

post/api/otp/verify

Request body

scope'analytics' required

Areas protected by OTP verification.

otp_codestring required

6-digit OTP code

Response

Successful Response

messagestring required

Success message

valid_for_secondsinteger required

Access validity in seconds

Changes