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

# Bilreda Information

`GET /v1/resourceowner/integration/bilreda`

Currently in the period list the month previous to today will always have the selected flag set to true.

## Response `200`

Active vehicle with a list of available months to send in mileagelog report for is returned

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

## Other responses

- `400` — User may not have activated any Bilreda integration
- `403` — You are not authorized to this vehicle
- `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)
