---
title: "Refresh App Auth Ticket"
method: PUT
path: "/platform/applications/authtickets/refresh-ticket"
tags: ["AppAuthTickets"]
---

# Refresh App Auth Ticket

`PUT /platform/applications/authtickets/refresh-ticket`

Returns the AppAuthTicket with a refreshed AccessToken

## Query parameters

- `responseFields` string

## Request body

- AuthTicketRequest — Complex object to have the refresh token sent in the body intead of as clear text in the query string.
  - `refreshToken` string, nullable — The refresh token for renewing the authorization.

## Response `200`

OK

- AuthTicket
  - `accessToken` string, nullable
  - `accessTokenExpiration` string, date-time
  - `environmentScope` string, nullable — For V2 credentials, indicates the environment scope (Sandbox/Production). Null for V1 credentials (no environment restriction).
  - `refreshToken` string, nullable
  - `refreshTokenExpiration` string, date-time

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
