---
title: "Get a Bearer token"
method: POST
path: "/oauth/token"
tags: ["Security"]
---

# Get a Bearer token

`POST /oauth/token`

## Response `200`

Your access token

- object
  - `access_toekn` string
  - `expiresIn` string — Time in seconds for the validity of token

## Other responses

- `401` — Authentication failed
- `404` — Authentication failed. User not found

---

[API](https://skmtc.net/skynewzapifortnite/apis/skynewz-api-fortnite.md) · [All operations](https://skmtc.net/skynewzapifortnite/apis/skynewz-api-fortnite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skynewzapifortnite/skynewz-api-fortnite/versions/937ea4cfea0c/schema)
