---
title: "App Authenticate"
method: POST
path: "/platform/applications/authtickets"
tags: ["AppAuthTickets"]
---

# App Authenticate

`POST /platform/applications/authtickets`

Authenticates an application using shared secret and application id. The method returns a set of authentication tokens used to manage application authentication.

## Query parameters

- `responseFields` string

## Request body

- AppAuthInfo
  - `applicationId` string, nullable
  - `sharedSecret` string, nullable

## 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)
