[GET] ~/lms/leads/bytoken/contact?accessToken={accessToken}&authToken={authToken}&source={source}
Returns lead contact information. The lead is identified by the provided
Request Information
URI Parameters
| Name | Description | Type | |
|---|---|---|---|
|
The access token. |
string |
This value is required and must not be omitted. |
|
|
The authentication token. |
string |
This value is required and must not be omitted. |
|
|
Source for the. |
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: LmsContactInfo| Name | Description | Type | |
|---|---|---|---|
|
Gets or sets the access token. |
LeadAccessToken | ||
|
Gets or sets the name. |
string | ||
|
Gets or sets the street. |
string | ||
|
Gets or sets the city. |
string | ||
|
Gets or sets the zip code. |
string | ||
|
Gets or sets the email. |
string | ||
|
Gets or sets the phone. |
string | ||
|
Gets or sets the fax. |
string | ||
|
Gets or sets the notice. |
string | ||
|
Gets or sets the company. |
LmsContactInfo+LmsContactCompanyInfo |
Response Formats
application/json, text/json
{
"accessToken": {
"code": "sample string 1",
"expiration": "2026-03-18T21:00:50.1053338+01:00"
},
"name": "sample string 1",
"street": "sample string 2",
"city": "sample string 3",
"zipCode": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"notice": "sample string 8",
"company": {
"name": "sample string 1",
"street": "sample string 2",
"city": "sample string 3",
"zipCode": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7"
}
}