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

# Oauth Authenticate App

`POST /platform/applications/authtickets/oauth`

Authenticate an application using OAuth.

## Query parameters

- `responseFields` string

## Request body

- OauthAuthRequest
  - `client_id` string, nullable
  - `client_secret` string, nullable
  - `grant_type` string, nullable
  - `refresh_token` string, nullable

## Response `200`

OK

- OAuthAccessTokenResponse
  - `access_token` string, nullable
  - `expires_in` integer
  - `refresh_token` string, nullable
  - `token_type` string, nullable

---

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