---
title: "Obtain New Tokens or Refresh Existing Token"
method: POST
path: "/auth/token"
tags: ["Calling the Authentication API"]
---

# Obtain New Tokens or Refresh Existing Token

`POST /auth/token`

This endpoint will generate a new set of Access/Refresh Tokens.

## Query parameters

- `scope` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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