v1

latestOpenAPI 3.0.02026-07-14181255304.7 KB
Users

Get auth code by phone number

This method returns a code that allows you to connect the phone number to the API without the need to scan a QR code, simply by entering the generated code.

get/users/login/{PhoneNumber}

Path parameters

PhoneNumberstring required

Contact ID

Phone number without + and spaces, only digits

Response

OK

codestring

The auth code

Example response

{
  "code": "123-456"
}