---
title: "Create New Access Token"
method: POST
path: "/{app_uuid}/token/refresh"
---

# Create New Access Token

`POST /{app_uuid}/token/refresh`

Create a new access token with an existing refresh token, from an App Install

## Path parameters

- `app_uuid` string, required

## Headers

- `authorization` string

## Request body

- object
  - `refreshToken` string — A refresh token you received when the App was installed.

## Response `200`

200

- object
  - `authorization_code` string
  - `expiration_date` integer
  - `refresh_token` string
  - `type` string

---

[API](https://skmtc.net/duda/apis/partner-api.md) · [All operations](https://skmtc.net/duda/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duda/partner-api/revisions/5b9208270ed1/schema)
