---
title: "Information"
method: GET
path: "/v1/resourceowner/integration/alphabet"
tags: ["ResourceOwnerIntegration"]
---

# Information

`GET /v1/resourceowner/integration/alphabet`

Run this once before running Alphabet login. The flag LoginRequired will say if login to Alphabet is required to run (e.g. user has changed password in Alphabet) 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

- AlphabetInformationModel
  - `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)
