This endpoint verifies an SMS code (OTP) sent to a user’s phone number. The user must provide phone number and the OTP received.
Request
Body Params application/json
{
"phone" : "+411111111"
}
Request Code Samples
curl --location --request POST 'https://admin.letschat.ch/api/profile/verify-code' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone" : "+411111111"
}'
Responses
application/json {
"message": "PROFILE_HAS_BEEN_UPDATED"
}
Modified at 2025-02-23 18:02:30