---
title: "POST /v1/apps"
method: POST
path: "/v1/apps"
---

# POST /v1/apps

`POST /v1/apps`

Creates an application.

## Request body

- object
  - `CreateApplicationRequest` object, required — Specifies the display name of an application and the tags to associate with the application.
    - `Name` string — The display name of the application. This name is displayed as the <b>Project name</b> on the Amazon Pinpoint console.
    - `tags` object — A string-to-string map of key-value pairs that defines the tags to associate with the application. Each tag consists of a required tag key and an associated tag value.

## Response `201`

Success

- CreateAppResponse
  - `ApplicationResponse` ApplicationResponse, required — Provides information about an application.
    - `Arn` string, required — The Amazon Resource Name (ARN) of the application.
    - `Id` string, required — The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.
    - `Name` string, required — The display name of the application. This name is displayed as the <b>Project name</b> on the Amazon Pinpoint console.
    - `tags` object — A string-to-string map of key-value pairs that identifies the tags that are associated with the application. Each tag consists of a required tag key and an associated tag value.
    - `CreationDate` string — The date and time when the Application was created.

## Other responses

- `480` — BadRequestException
- `481` — InternalServerErrorException
- `482` — PayloadTooLargeException
- `483` — ForbiddenException
- `484` — NotFoundException
- `485` — MethodNotAllowedException
- `486` — TooManyRequestsException

---

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