쿠키 기본 설정 선택

당사는 사이트와 서비스를 제공하는 데 필요한 필수 쿠키 및 유사한 도구를 사용합니다. 고객이 사이트를 어떻게 사용하는지 파악하고 개선할 수 있도록 성능 쿠키를 사용해 익명의 통계를 수집합니다. 필수 쿠키는 비활성화할 수 없지만 '사용자 지정' 또는 ‘거부’를 클릭하여 성능 쿠키를 거부할 수 있습니다.

사용자가 동의하는 경우 AWS와 승인된 제3자도 쿠키를 사용하여 유용한 사이트 기능을 제공하고, 사용자의 기본 설정을 기억하고, 관련 광고를 비롯한 관련 콘텐츠를 표시합니다. 필수가 아닌 모든 쿠키를 수락하거나 거부하려면 ‘수락’ 또는 ‘거부’를 클릭하세요. 더 자세한 내용을 선택하려면 ‘사용자 정의’를 클릭하세요.

Apps

포커스 모드
Apps - Amazon Pinpoint
이 페이지는 귀하의 언어로 번역되지 않았습니다. 번역 요청

An app represents an Amazon Pinpoint application, also referred to as a project, in which you define an audience and you engage this audience with tailored messages. For example, you can use an application to send push notifications to users of your iOS or Android app, send email to newsletter subscribers, or send SMS messages to your customers' mobile phones.

After you create an application, you can define your audience by registering endpoints and defining segments. To engage your audience, define campaigns or write direct messages, and send your messages by using any supported channel, including channels for mobile push notifications, email, SMS, and voice. You can then monitor application analytics by creating an event stream, which streams data for message deliveries and events that your app reports to Amazon Pinpoint. Analytics are also provided on the Amazon Pinpoint console.

You can use the Apps resource to create a new application or retrieve information about all of your existing applications. To delete an application, use the App resource and send a DELETE request to the /apps/application-id URI.

URI

/v1/apps

HTTP methods

GET

Operation ID: GetApps

Retrieves information about all the applications that are associated with your Amazon Pinpoint account.

Header parameters
NameTypeRequiredDescription
acceptStringFalse

Indicates which content types, expressed as MIME types, the client understands.

Query parameters
NameTypeRequiredDescription
tokenStringFalse

The NextToken string that specifies which page of results to return in a paginated response.

page-sizeStringFalse

The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

Responses
Status codeResponse modelDescription
200ApplicationsResponse

The request succeeded.

400MessageBody

The request contains a syntax error (BadRequestException).

403MessageBody

The request was denied because access to the specified resource is forbidden (ForbiddenException).

404MessageBody

The request failed because the specified resource was not found (NotFoundException).

405MessageBody

The request failed because the method is not allowed for the specified resource (MethodNotAllowedException).

413MessageBody

The request failed because the payload for the body of the request is too large (RequestEntityTooLargeException).

429MessageBody

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

500MessageBody

The request failed due to an unknown internal server error, exception, or failure (InternalServerErrorException).

POST

Operation ID: CreateApp

Creates an application.

Header parameters
NameTypeRequiredDescription
acceptStringFalse

Indicates which content types, expressed as MIME types, the client understands.

Responses
Status codeResponse modelDescription
201ApplicationResponse

The request succeeded and the specified resource was created.

400MessageBody

The request contains a syntax error (BadRequestException).

403MessageBody

The request was denied because access to the specified resource is forbidden (ForbiddenException).

404MessageBody

The request failed because the specified resource was not found (NotFoundException).

405MessageBody

The request failed because the method is not allowed for the specified resource (MethodNotAllowedException).

413MessageBody

The request failed because the payload for the body of the request is too large (RequestEntityTooLargeException).

429MessageBody

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

500MessageBody

The request failed due to an unknown internal server error, exception, or failure (InternalServerErrorException).

OPTIONS

Retrieves information about the communication requirements and options that are available for the Apps resource.

Responses
Status codeResponse modelDescription
200None

The request succeeded.

Schemas

Request bodies

{ "Name": "string", "tags": { } }

POST schema

{ "Name": "string", "tags": { } }

Response bodies

{ "NextToken": "string", "Item": [ { "Name": "string", "Id": "string", "Arn": "string", "CreationDate": "string", "tags": { } } ] }

ApplicationsResponse schema

{ "NextToken": "string", "Item": [ { "Name": "string", "Id": "string", "Arn": "string", "CreationDate": "string", "tags": { } } ] }
{ "Name": "string", "Id": "string", "Arn": "string", "CreationDate": "string", "tags": { } }

ApplicationResponse schema

{ "Name": "string", "Id": "string", "Arn": "string", "CreationDate": "string", "tags": { } }
{ "RequestID": "string", "Message": "string" }

MessageBody schema

{ "RequestID": "string", "Message": "string" }

Properties

ApplicationResponse

Provides information about an application.

PropertyTypeRequiredDescription
Arn

string

True

The Amazon Resource Name (ARN) of the application.

CreationDate

string

False

The creation date for the application.

Id

string

True

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Name

string

True

The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.

tags

object

False

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.

ApplicationsResponse

Provides information about all of your applications.

PropertyTypeRequiredDescription
Item

Array of type ApplicationResponse

False

An array of responses, one for each application that was returned.

NextToken

string

False

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

CreateApplicationRequest

Specifies the display name of an application and the tags to associate with the application.

PropertyTypeRequiredDescription
Name

string

True

The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.

tags

object

False

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.

MessageBody

Provides information about an API request or response.

PropertyTypeRequiredDescription
Message

string

False

The message that's returned from the API.

RequestID

string

False

The unique identifier for the request or response.

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

GetApps

CreateApp

이 페이지에서

프라이버시사이트 이용 약관쿠키 기본 설정
© 2025, Amazon Web Services, Inc. 또는 계열사. All rights reserved.