---
title: "GET /v0.1/apps/{owner_name}/{app_name}/api_tokens"
method: GET
path: "/v0.1/apps/{owner_name}/{app_name}/api_tokens"
tags: ["account"]
---

# GET /v0.1/apps/{owner_name}/{app_name}/api_tokens

`GET /v0.1/apps/{owner_name}/{app_name}/api_tokens`

Returns App API tokens for the app

## Path parameters

- `owner_name` string, required
- `app_name` string, required

## Response `200`

Success

- object[]
  - `id` string, required — The unique id (UUID) of the api token
  - `description` string — The description of the token
  - `scope` string[] — The scope for this token.
  - `created_at` string, required — The creation time

## Other responses

- `400` — Error
- `401` — Unauthorized

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/versions/4e9226ab8f35/schema)
