Amazon Pinpoint · JSON Structure

Amazon Pinpoint Endpoint Batch Request Structure

Specifies a batch of endpoints to create or update and the settings and attributes to set or change for each endpoint.

Type: object Properties: 1 Required: 1
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

EndpointBatchRequest is a JSON Structure definition published by Amazon Pinpoint, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Item

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-endpoint-batch-request-structure.json",
  "name": "EndpointBatchRequest",
  "description": "Specifies a batch of endpoints to create or update and the settings and attributes to set or change for each endpoint.",
  "type": "object",
  "properties": {
    "Item": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfEndpointBatchItem"
        },
        {
          "description": "An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items."
        }
      ]
    }
  },
  "required": [
    "Item"
  ]
}