---
title: "Retrieve an Access Token"
method: POST
path: "/oauth/token"
tags: ["OAuth2"]
---

# Retrieve an Access Token

`POST /oauth/token`

## Response `200`

OK

- object
  - `access_token` string
  - `token_type` string
  - `expires_in` integer — Access token expiration time in seconds

## Other responses

- `400` — Bad request
- `401` — Client credentials invalid
- `403` — Invalid or missing audience

---

[API](https://skmtc.net/flocksafety/apis/oauth-api.md) · [All operations](https://skmtc.net/flocksafety/apis/oauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flocksafety/oauth-api/revisions/126df7964ba5/schema)
