---
title: "AutoPlan Information (Legacy)
This endpoint uses the old AutoPlan API which requires username/password authentication. Please migrate to the new /autoplan/v2/information endpoint which uses certificate-based authentication."
method: GET
path: "/v1/resourceowner/integration/autoplan"
tags: ["ResourceOwnerIntegration"]
deprecated: true
---

# AutoPlan Information (Legacy)
This endpoint uses the old AutoPlan API which requires username/password authentication. Please migrate to the new /autoplan/v2/information endpoint which uses certificate-based authentication.

`GET /v1/resourceowner/integration/autoplan`

> **Deprecated.**

Run this once before running AutoPlan login. The flag LoginRequired will say if login to AutoPlan is required to run (e.g. user has changed password in AutoPlan) then this method should be run again after login.

## Response `200`

List with active vehicles and available month to send in mileagelog report for is returned

- AutoplanInformationModel
  - `LoginIsRequired` boolean
  - `VehicleList` IntegrationVehicleModel[]
    - `FriendlyName` string
    - `NumberPlate` string
    - `VehicleId` integer
    - `IsVehicleApproved` boolean
    - `PeriodList` IntegrationPeriodModel[]
      - `Year` integer
      - `Month` integer
      - `IsSelected` boolean

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
