OpenAPI 3.0.32026-08-12174296704.1 KB
c66cdcca5f9e
user
signUpWithOtp user
sign up as end costumer using an otp token
post/users/signUpWithOtp
Request body
Example request
{
"email": "abc123",
"marketing_accepted": false,
"offer_share_token": "abc123"
}Response
OK response.
Example response
{
"anonymized_email": "abc123",
"code": "abc123"
}