Creates a new challenge to verify a login identifier for a user by given userID
. Challenges come in three flavors: Email OTP, SMS OTP, and Email Magiclink.
OTP stands for One-Time Password. It is a unique code sent to the user via email or SMS, which they must enter to complete the verification process.
Basic authentication is used to authenticate requests to the Backend API. The username is the project ID and the password is the API secret.
The project ID and API secret can be found in the Developer Panel.
Unique identifier of the user. Format: usr-<number>
.
"usr-4693224802260150919"
Challenge has been created.
The response is of type object
.