---
title: "Get the access token for a user OAuth account"
method: GET
path: "/sdk/{environmentId}/oauthAccounts/{oauthAccountId}/accessToken"
tags: ["SDK"]
---

# Get the access token for a user OAuth account

`GET /sdk/{environmentId}/oauthAccounts/{oauthAccountId}/accessToken`

## Path parameters

- `environmentId` string, required
- `oauthAccountId` string, required

## Response `200`

Successful response

- UserOauthAccessTokenResponse
  - `accessToken` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

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