Skip to main content

List Acquisitions

GET 

https://secure.fleetio.com/api/v1/acquisitions

Returns a list of your Acquisitions.

Request

Query Parameters

    start_cursor string

    The start cursor for Keyset pagination.

    per_page integer

    Possible values: >= 2 and <= 100

    The number of records per page to return.

    Default value: 50
    filter object

    The fields, operations, and values to filter the records by.

    acquisition_type object
    eqstringrequired

    Possible values: [loan, lease]

    reference_number object
    oneOf
    likestringrequired
    vehicle_id object
    eqstringrequired
    lender_id object
    eqstringrequired
    vendor_id object
    eqstringrequired
    acquisition_date object
    oneOf
    eqstringrequired
    created_at object
    oneOf
    ltstringrequired
    updated_at object
    oneOf
    ltstringrequired
    sort object

    The fields and direction to sort the results by.

    idSortAscDescDefaultDesc (string)

    Possible values: [asc, desc]

    Default value: desc
    acquisition_dateSortAscDesc (string)

    Possible values: [asc, desc]

    created_atSortAscDesc (string)

    Possible values: [asc, desc]

    updated_atSortAscDesc (string)

    Possible values: [asc, desc]

Responses

OK

Schema
    start_cursorstringnullable

    The current start cursor of the records returned.

    next_cursorstringnullable

    The next cursor to retrieve the next page of records.

    per_pageinteger

    The maxumum number of records returned.

    estimated_remaining_countinteger

    The number of remaining records including the returned records, up to a maximum of 500.

    filtered_by object[]

    The filters applied to the returned record set.

  • Array [
  • anyOf
    acquisition_type object
    eqstringrequired

    Possible values: [loan, lease]

  • ]
  • sorted_by object[]

    The sorts applied to the returned record set.

  • Array [
  • anyOf
    updated_atSortAscDesc (string)

    Possible values: [asc, desc]

  • ]
  • records object[]
  • Array [
  • idinteger
    vehicle_idintegerrequired
    acquisition_typestringrequired

    Possible values: [loan, lease]

    vendor_idintegernullablerequired
    lender_idintegernullablerequired
    first_payment_datedatenullablerequired

    The date of the first payment for the Acquisition, if applicable.

    Example: 2023-03-14
    number_of_paymentsintegernullablerequired

    For lease type Acquisitions, this number represents the number of months for which the vehicle is leased. For loan type Acquisitions, this number represents the number of payments until the loan is paid off.

    mileage_capintegernullablerequired

    For lease type Acquisitions, this number represents the number of miles allowed each year, before additional charges will be incurred.

    annual_percentage_ratestringnullablerequired

    For loan type Acquisitions, the annual percentage rate for the loan.

    reference_numberstringnullablerequired

    Optional data for collecting information such as the invoice number, transaction id, or receipt number.

    notesstringnullablerequired

    Optional free text field for additional notes.

    loan_amount_centsintegernullablerequired

    For loan type Acquisitions, the total principal amount at the start of the loan.

    down_payment_amount_centsintegernullablerequired

    For loan type Acquisitions, the amount of the initial down payment.

    monthly_cost_centsintegernullablerequired

    Total amount that will be paid each month including any taxes and fees.

    capitalized_cost_centsintegernullablerequired

    Capitalized cost per month of the Vehicle.

    residual_value_centsintegernullablerequired

    For lease type Acquisitions, the value of the Vehicle at the end of the lease.

    purchase_price_centsintegernullablerequired

    For loan type Acquisitions, the total purchase price of the Vehicle.

    mileage_charge_centsintegernullablerequired

    For lease type Acquisitions, the amount charged for each mile over the mileage cap.

    acquisition_datedatenullablerequired

    The date on which the Acquisition occurred or began.

    Example: 2023-03-14
    vehicle objectrequired

    A Vehicle

    idintegerrequired
    namestringrequired

    This vehicle's name.

    colorstringnullable

    The color of this Vehicle.

    license_platestringnullable

    The license plate number of this Vehicle.

    vinstringnullable

    The Vehicle Identification Number of this Vehicle.

    yearstringnullable

    This Vehicle's model year.

    makestringnullable

    The name of this Vehicle's manufacturer.

    modelstringnullable

    The name of the model of this Vehicle.

    trimstringnullable

    The trim level of this Vehicle.

    registration_expiration_monthintegernullable

    The month in which this Vehicle's registration expires.

    Possible values: >= 0 and <= 12

    registration_statestringnullable

    The state, province, or territory in which this Vehicle is registered.

    default_image_url_smallstringnullable

    The URL of a small-sized version of the default image for this Vehicle.

    lender objectnullablerequired

    A Vendor

    namestringrequired

    The name of the Vendor.

    phonestringnullablerequired

    The phone number of the Vendor.

    citystringnullablerequired

    The city of the Vendor.

    regionstringnullablerequired

    The region, state, province, or territory of the Vendor.

    postal_codestringnullablerequired

    The postal code or ZIP code of the Vendor.

    countrystringnullablerequired

    The country of the Vendor.

    external_idstringnullablerequired

    The external identifier of the Vendor.

    vendor objectnullablerequired

    A Vendor

    namestringrequired

    The name of the Vendor.

    phonestringnullablerequired

    The phone number of the Vendor.

    citystringnullablerequired

    The city of the Vendor.

    regionstringnullablerequired

    The region, state, province, or territory of the Vendor.

    postal_codestringnullablerequired

    The postal code or ZIP code of the Vendor.

    countrystringnullablerequired

    The country of the Vendor.

    external_idstringnullablerequired

    The external identifier of the Vendor.

  • ]

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: Prefix the value with "Token", for example: "Token 76cbe06c49a64".
You can generate a new API key [here](https://secure.fleetio.com/api_keys).
name: Account-Tokentype: apiKeyin: headerdescription: You can find your Account-Token [here](https://secure.fleetio.com/api_keys)
curl -L 'https://secure.fleetio.com/api/v1/acquisitions' \
-H 'Accept: application/json' \
-H 'Authorization: Token <Authorization>' \
-H 'Account-Token: <Authorization>'
Request Collapse all
Base URL
https://secure.fleetio.com/api
Auth
Parameters
— query
— query
— query
acquisition_typeeq
reference_number
vehicle_ideq
lender_ideq
vendor_ideq
acquisition_date
created_at
updated_at
— query
id
acquisition_date
created_at
updated_at
ResponseClear

Click the Send API Request button above and see the response here!