---
title: "Claim App Key"
method: POST
path: "/app/claim"
tags: ["app"]
---

# Claim App Key

`POST /app/claim`

Retrieve the App Key using the authorization code after OAuth callback completes. The code is received in your redirect URI after the user completes OAuth.

## Request body

- object
  - `code` string, required
  - `app_key` string, required

## Response `200`

App Key and user information

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.dev/xbl/apis/openxbl-api.md) · [All operations](https://skmtc.dev/xbl/apis/openxbl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xbl/openxbl-api/revisions/e5df7bdca559/schema)
