Login / Sign Up

Phone Number String

A phone number is sent the same as a string. It however requires to be strict on what characters appear. It should be a valid phone number structure. For example it can start with '+' symbol and should only contain numerical characters. We do some sanitisation of this in our surfaces, but best practice is to send it down already formatted.

Structure

{
  "phone": "+441234567890"
}