[POST] ~/lms/leads/authorize/sms?accessToken={accessToken}

Sends an authentication code to the mobile phone number associated with the lead identified by , if exists. The authentication code is required to access the method to obtain contact details.

Request Information

URI Parameters

NameDescriptionType
accessToken

The access token.

string

This value is required and must not be omitted.

Body Parameters

None.

Request Formats

None.

Response Information

Resource Description

A task that represents the asynchronous get lead contact information operation.

An instance of: LeadAuthInfo
NameDescriptionType
AccessToken

Gets or sets the access token.

LeadAccessToken

Source

Gets or sets the source.

string

Response Formats

application/json, text/json

Sample:
{
  "accessToken": {
    "code": "sample string 1",
    "expiration": "2026-03-18T20:53:48.8970535+01:00"
  },
  "source": "sample string 1"
}