---
title: "Create a New Application"
method: POST
path: "/applications/"
tags: ["Applications"]
---

# Create a New Application

`POST /applications/`

Registers a new OAuth2 application.
The authenticated user becomes the owner of the application.

## Request body

- object
  - `data` object
    - `type` string, required
    - `attributes` object, required
      - `name` string, required
      - `description` string
      - `home_url` string, required
      - `callback_url` string, required

## Response `201`

OAuth2 Application successfully created.

---

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