---
title: "Get current OAuth application"
method: GET
path: "/v3/oauth/applications/me"
tags: ["OAuth"]
---

# Get current OAuth application

`GET /v3/oauth/applications/me`

OAuth token identity helper endpoint. Returns the OAuth application represented by the presented access token and never includes the client secret.

## Response `200`

Current OAuth application

- CurrentOAuthApplication
  - `client_id` string, required
  - `name` string, nullable, required
  - `description` string, nullable, required
  - `logo_url` string, nullable, required
  - `homepage_url` string, nullable, required
  - `redirect_uri` string, nullable, required
  - `available_scopes` string[], required
  - `webhook_status` string, nullable, required
  - `webhook_events` string[], required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/revisions/730030bd6477/schema)
