# Get load leads by posting token

Endpoint: GET /v2/leads/loads/{token}
Version: v2
Security: OrgTokenBearer

## Path parameters:

  - `token` (integer, required)
    The load posting's Token, as returned from POST /v2/postings/loads or GET /v2/postings/loads.

## Response 200 fields (application/json):

  - `loadToken` (integer)
    Token of the load posting this lead was matched against.

  - `dateAvail` (string)
    Date/time the matched equipment is available, in UTC.

  - `srceCountry` (string)
    Matched equipment's source country.

  - `srceCity` (string)
    Matched equipment's source city.

  - `srceSt` (string)
    Matched equipment's source state/province code.

  - `srceLong` (number)
    Matched equipment's source longitude.

  - `srceLat` (number)
    Matched equipment's source latitude.

  - `destCountry` (string)
    Matched equipment's destination country.

  - `destCity` (string)
    Matched equipment's destination city.

  - `destSt` (string)
    Matched equipment's destination state/province code.

  - `destLong` (number)
    Matched equipment's destination longitude.

  - `destLat` (number)
    Matched equipment's destination latitude.

  - `vehicleSize` (string)
    Single-letter vehicle size code the matched equipment offers — see GET /v2/reference/vehicle-sizes.

  - `vehicleType` (string)
    Single-letter vehicle type code(s) the matched equipment offers — see GET /v2/reference/vehicle-types.

  - `comment` (string)
    Free-text comment on the matched equipment, if any.

  - `dfo` (number)
    Distance in miles from the load posting's source to the matched equipment's source ("Distance From Origin").

  - `dfd` (integer)
    Distance in miles from the load posting's destination to the matched equipment's destination ("Distance From Destination").

  - `dirO` (string)
    Direction code, if available.

  - `postingAttrib` (string)
    Single-letter vehicle attribute code(s) the matched equipment offers, if any — see GET /v2/reference/vehicle-attributes.

  - `createdOn` (string)
    Date/time the matched equipment was posted, in UTC.

  - `equipmentToken` (integer)
    Token of the matched equipment posting.

  - `subscriberType` (string)
    Subscriber type of the account that posted the matched equipment, if available.

  - `length` (integer)
    Matched equipment's length, if specified.

  - `weight` (integer)
    Matched equipment's weight capacity, if specified.

  - `rate` (number)
    Rate amount for the matched equipment, if specified.

  - `currency` (integer)
    Currency code: 0 = USD, 1 = CAD.
    Enum: 0, 1

  - `company` (any)
    Contact details for the company that posted the matched equipment, if available.

  - `company.name` (string)
    Company name.

  - `company.email` (string)
    Company email address.

  - `company.phone` (string)
    Company phone number.

  - `company.dba` (string)
    "Doing business as" trade name, if different from Name.

  - `company.extension` (string)
    Phone extension, if any.

  - `company.preferredEmail` (string)
    Preferred contact email, if different from Email.

  - `company.hoursOfOperation` (string)
    Company's stated hours of operation.

  - `company.durationWithLoadlink` (string)
    How long this company has been a Loadlink customer.

  - `company.customerName` (string)
    Loadlink customer account name.

  - `company.mcIccNumber` (integer)
    US motor carrier operating authority number (MC/ICC number), if the carrier is US-registered.

  - `company.dotNumber` (integer)
    US DOT (Department of Transportation) number, if the carrier is US-registered.

  - `company.ontarioCvor` (string)
    Ontario CVOR (Commercial Vehicle Operator's Registration) number, if the carrier is Ontario-registered.

  - `company.pqNir` (string)
    Quebec carrier registration number, if the carrier is Quebec-registered.

  - `company.nscNumber` (string)
    Canadian NSC (National Safety Code) number, if the carrier is Canadian-registered.

  - `company.address` (any)
    Company's mailing address.

  - `company.address.street` (string)
    Street address.

  - `company.address.city` (string)
    City.

  - `company.address.province` (string)
    State/province code.

  - `company.address.postalCode` (string)
    Postal or ZIP code.

## Response 400 fields (application/json):

  - `type` (string)

  - `title` (string)

  - `status` (integer)

  - `instance` (string)

  - `traceId` (string)

  - `detail` (string)
    the details of the error

  - `errors` (array)

  - `errors.name` (string)
    the name of the error or property of the dto that caused the error

  - `errors.reason` (string)
    the reason for the error

  - `errors.code` (string)
    the code of the error

  - `errors.severity` (string)
    the severity of the error

