---
title: "Token Endpoint"
method: POST
path: "/oauth/token"
tags: ["OAuth 2.0"]
---

# Token Endpoint

`POST /oauth/token`

Use open source libraries to perform OAuth 2.0. You can find a list of libraries here: https://oauth.net/code/

## Response `200`

Success

- object
  - `access_token` string, required — An access token for this workspace.
  - `token_type` 'Bearer', required — The type of token.

---

[API](https://skmtc.dev/attio/apis/attio-oauth-flow.md) · [All operations](https://skmtc.dev/attio/apis/attio-oauth-flow/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/attio/attio-oauth-flow/revisions/6441a1d546a3/schema)
