v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
Users

Register SMS Number

Register an Sms number and send an OTP to it

Used for manual verification of a user

The backoffice user initiates the request to send the OTP to the user's sms

The user then reads back the OTP which the backoffice user enters in the verifactionCode property for requests that require it

post/v2/users/registration/sms

Request body

smsNumberstring required

The phone number of a device that the user can receive sms messages on

Example request

{
  "smsNumber": "11235555555"
}

Response

request completed okay