---
title: "Get Access Token"
method: GET
path: "/v4/oauth/access-token"
tags: ["OAuth"]
---

# Get Access Token

`GET /v4/oauth/access-token`

Retrieve details of an access token, such as scope, expiration and extension ID. Voip ID will be returned as well if scope contains account-owner scope.

## Query parameters

- `offset` integer
- `limit` integer
- `sort[id]` 'asc' | 'desc'

## Response `200`

OK

- ListResponse
  - `filters` object
  - `sort` object
  - `total` integer
  - `limit` integer
  - `offset` integer
  - `items` object[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation failed
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/phone/apis/phoenix-api-by-phone-com.md) · [All operations](https://skmtc.dev/phone/apis/phoenix-api-by-phone-com/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/phone/phoenix-api-by-phone-com/revisions/b6c7ddb3e281/schema)
