[POST] ~/lms/leads/authorize/sms?accessToken={accessToken}
Sends an authentication code to the mobile phone number associated with the lead identified by
Request Information
URI Parameters
| Name | Description | Type | |
|---|---|---|---|
|
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| Name | Description | Type | |
|---|---|---|---|
|
Gets or sets the access token. |
LeadAccessToken | ||
|
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"
}