---
title: "POST /v2/applications"
method: POST
path: "/v2/applications"
---

# POST /v2/applications

`POST /v2/applications`

Create application associated with user wallet.

## Request body

- ApplicationBody
  - `name` string
  - `key` string, nullable
  - `walletAddress` string

## Response `201`

Created application.

- Application
  - `id` number
  - `name` string
  - `key` string, nullable
  - `walletAddress` string

## Other responses

- `400` — Invalid input received. Bad request.
- `403` — User is not authorized to perform this action.
- `500` — Unable to fullfil request due to internal server error.

---

[API](https://skmtc.net/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.net/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/versions/e003b998de45/schema)
