---
title: "Get details of account, showing all linked accounts"
method: GET
path: "/v1/account"
tags: ["Account"]
---

# Get details of account, showing all linked accounts

`GET /v1/account`

Get details of account including api key, vehicle accounts, owned VINs, geofence collections, and geofencing subscriptions.

## Response `200`

Account Details

- GetAccountResponse
  - `api_account_owner` string
  - `first_name` string
  - `last_name` string
  - `phone_number` string
  - `usage_description` string
  - `account_status` string
  - `api_key` string
  - `vehicle_accounts` object
  - `owned_vins` object
  - `geofence_collections` object[]
    - `collection_name` string
    - `entries` object
  - `geofencing_subscriptions` object[]
    - `notifications_enabled` boolean
    - `vin` string
    - `collection_name` string
  - `tracker` string

## Other responses

- `400` — bad input parameter
- `403` — not authorized

---

[API](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api.md) · [All operations](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellantis/stellantis-connected-vehicle-api/versions/1d2213b04fdb/schema)
