---
title: "POST /oauth/token"
method: POST
path: "/oauth/token"
---

# POST /oauth/token

`POST /oauth/token`

Request a jwt token for subsequent operations, this request is authenticated with normal HTTP auth

## Response `200`

Resulting JWT token

- TokenResponse
  - `token` string, required — The token content

## Other responses

- `500` — Internal error

---

[API](https://skmtc.net/anchore/apis/anchore-engine-api-server.md) · [All operations](https://skmtc.net/anchore/apis/anchore-engine-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchore/anchore-engine-api-server/versions/afb4f60ab44a/schema)
