---
title: "Retrieve a bearer token with API credentials"
method: POST
path: "/v1/auth/token"
tags: ["Authorization"]
---

# Retrieve a bearer token with API credentials

`POST /v1/auth/token`

Retrieve a bearer token with API credentials

## Headers

- `user` string
- `password` string

## Response `200`

Bearer Token

- AuthTokenResponse
  - `access_token` string
  - `token_type` string
  - `expires_in` integer

## Other responses

- `400` — bad input parameter
- `403` — Invalid username or password

---

[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/revisions/1d2213b04fdb/schema)
