OTP
Sign in with a code
post/auth/otp/sign-in
Request body
Example request
{
"code": "u3h6gn4w24pqc8ya679inrhjwh1rybth6a7thurqhnpf2"
}Response
Successful response
Example response
{
"refresh_token": "i8ns3aq2...14y",
"access_token": "eyJhmMiJB2TO...diI4QT",
"is_new_user": true,
"user_id": "3241a285-8329-4d69-8f3d-316e08cf140c"
}