[GET] ~/lms/leads/bytoken?accessToken={accessToken}
Returns lead 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. |
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
A task that represents the asynchronous get lead contact information operation.
An instance of: LeadCodeInfo| Name | Description | Type | |
|---|---|---|---|
|
Gets or sets the access token. |
LeadAccessToken | ||
|
Gets or sets the identifier of the vehicle. |
integer | ||
|
Gets or sets a value indicating whether this |
boolean | ||
|
Gets or sets a value indicating whether this |
boolean | ||
|
Gets or sets a value indicating whether this |
boolean |
Response Formats
application/json, text/json
{
"accessToken": {
"code": "sample string 1",
"expiration": "2026-03-18T20:53:26.9712708+01:00"
},
"vehicleId": 1,
"hasContactInfo": true,
"hasContactInfoEmail": true,
"hasContactInfoMobilePhone": true
}