---
title: "Authorize an Application"
method: POST
path: "/app/authorize/{authCode}"
tags: ["App"]
---

# Authorize an Application

`POST /app/authorize/{authCode}`

Create an application key based on an previously generated
authorization code.

## Path parameters

- `authCode` string, required

## Response `200`

Application authorized; key returned.

- TcgApiModelCommonApiResultTcgApiModelAppAuthorizedApp
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelAppAuthorizedApp[]
    - `authorizationKey` string

## Other responses

- `400` — Invalid authorization code submitted.
- `404` — Submitted authorization code not found.

---

[API](https://skmtc.net/tcgplayer/apis/tcgapi.md) · [All operations](https://skmtc.net/tcgplayer/apis/tcgapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tcgplayer/tcgapi/revisions/dc32a30fcb68/schema)
