{ "info": { "_postman_id": "fccb34a9-f41f-4295-937d-40018de89641", "name": "Amazon Pinpoint", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Apps", "item": [ { "name": "GetApp", "event": [ { "listen": "prerequest", "script": { "id": "0bcd0cd3-f054-4359-80c1-406c1a50fe9d", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}" ] }, "description": "Get information about a specific Amazon Pinpoint app." }, "response": [] }, { "name": "GetApps", "event": [ { "listen": "prerequest", "script": { "id": "715d602d-84d9-4277-96bb-a07811a14c22", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"mobiletargeting\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps" ] }, "description": "Get information about the apps in your Amazon Pinpoint account." }, "response": [] }, { "name": "CreateApp", "event": [ { "listen": "prerequest", "script": { "id": "d9a85274-02b9-46a6-af41-821c65380a18", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"mobiletargeting\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"Name\": \"string\",\n \"tags\": {\n \"string\": \"string\"\n }\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps" ] } }, "response": [] }, { "name": "DeleteApp", "event": [ { "listen": "prerequest", "script": { "id": "7a668198-2470-496e-89fe-e094912232e7", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}" ] }, "description": "Delete an existing Amazon Pinpoint application." }, "response": [] } ], "description": "API operations related to managing Amazon Pinpoint projects (apps).", "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ] }, { "name": "Campaigns", "item": [ { "name": "CreateCampaign", "event": [ { "listen": "prerequest", "script": { "id": "18b911e7-f04a-415c-908b-368d09384a4a", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"TreatmentName\": \"string\",\n \"TreatmentDescription\": \"string\",\n \"MessageConfiguration\": {\n \"DefaultMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"APNSMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"GCMMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"ADMMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"BaiduMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"EmailMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"HtmlBody\": \"string\",\n \"FromAddress\": \"string\"\n },\n \"SMSMessage\": {\n \"Body\": \"string\",\n \"MessageType\": \"TRANSACTIONAL\",\n \"SenderId\": \"string\"\n }\n },\n \"Schedule\": {\n \"StartTime\": \"string\",\n \"EndTime\": \"string\",\n \"Frequency\": \"ONCE | HOURLY | DAILY | WEEKLY | MONTHLY | EVENT\",\n \"IsLocalTime\": true,\n \"Timezone\": \"string\",\n \"QuietTime\": {\n \"Start\": \"string\",\n \"End\": \"string\"\n },\n \"EventFilter\": {\n \"Dimensions\": {\n \"Attributes\": {\n \"attributeKey1\": [\"string\"]\n },\n \"Metrics\": {\"metricName\": 0},\n \"EventType\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"_monetization.purchase\"]\n }\n },\n \"FilterType\": \"ENDPOINT\"\n }\n },\n \"SegmentId\": \"string\",\n \"SegmentVersion\": 0,\n \"IsPaused\": true,\n \"AdditionalTreatments\": [\n {\n \"TreatmentName\": \"string\",\n \"TreatmentDescription\": \"string\",\n \"MessageConfiguration\": {\n \"DefaultMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"APNSMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"GCMMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"ADMMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"BaiduMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"EmailMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"HtmlBody\": \"string\",\n \"FromAddress\": \"string\"\n },\n \"SMSMessage\": {\n \"Body\": \"string\",\n \"MessageType\": \"TRANSACTIONAL\",\n \"SenderId\": \"string\"\n }\n },\n \"Schedule\": {\n \"StartTime\": \"string\",\n \"EndTime\": \"string\",\n \"Frequency\": \"ONCE | HOURLY | DAILY | WEEKLY | MONTHLY | EVENT\",\n \"IsLocalTime\": true,\n \"Timezone\": \"string\",\n \"QuietTime\": {\n \"Start\": \"string\",\n \"End\": \"string\"\n },\n \"EventFilter\": {\n \"Dimensions\": {\n \"Attributes\": {\n \"attributeKey1\": [\"string\"]\n },\n \"Metrics\": {\"metricName\": 0},\n \"EventType\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"_monetization.purchase\"]\n }\n },\n \"FilterType\": \"ENDPOINT\"\n }\n },\n \"SizePercent\": 0\n }\n ],\n \"HoldoutPercent\": 0,\n \"Limits\": {\n \"Daily\": 0,\n \"Total\": 0,\n \"MessagesPerSecond\": 0,\n \"MaximumDuration\": 0\n },\n \"Name\": \"string\",\n \"Hook\": {\n \"LambdaFunctionName\": \"string\",\n \"WebUrl\": \"string\",\n \"Mode\": \"DELIVERY\"\n },\n \"Description\": \"string\",\n \"tags\": {\n \"string\": \"string\"\n }\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/campaigns", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "campaigns" ] }, "description": "Creates or updates a campaign in an Amazon Pinpoint project." }, "response": [] }, { "name": "DeleteCampaign", "event": [ { "listen": "prerequest", "script": { "id": "1875370f-4e61-41f6-bf71-80a0dc3915f6", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your campaign ID.", "pm.variables.set(\"campaignId\", \"98765432109876543210987654321098\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/campaigns/{{campaignId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "campaigns", "{{campaignId}}" ] }, "description": "Deletes an existing campaign." }, "response": [] }, { "name": "GetCampaign", "event": [ { "listen": "prerequest", "script": { "id": "ad0a317a-5ac5-4f93-bd71-6536c658e867", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your campaign ID.", "pm.variables.set(\"campaignId\", \"98765432109876543210987654321098\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/campaigns/{{campaignId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "campaigns", "{{campaignId}}" ] }, "description": "Get information about a specific Amazon Pinpoint campaign." }, "response": [] }, { "name": "GetCampaignActivities", "event": [ { "listen": "prerequest", "script": { "id": "e94bbfbf-999c-498c-a6cf-10e0c3ec7e3e", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your campaign ID.", "pm.variables.set(\"campaignId\", \"98765432109876543210987654321098\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/campaigns/{{campaignId}}/activities", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "campaigns", "{{campaignId}}", "activities" ] }, "description": "Get information about the activities associated with a specific campaign." }, "response": [] }, { "name": "GetCampaigns", "event": [ { "listen": "prerequest", "script": { "id": "143192fa-4d6c-4f28-a18f-0c1cddfc0cf9", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/campaigns", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "campaigns" ] }, "description": "Get information about all of the campaigns in a specific Amazon Pinpoint project." }, "response": [] }, { "name": "GetCampaignVersion", "event": [ { "listen": "prerequest", "script": { "id": "70fa5851-43d6-4875-9814-e4c7a2a671d3", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your campaign ID.", "pm.variables.set(\"campaignId\", \"98765432109876543210987654321098\");", "", "// Change the value of this variable to the campaign version number that you want to retrieve.", "pm.variables.set(\"version\", \"1\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/campaigns/{{campaignId}}/versions/{{version}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "campaigns", "{{campaignId}}", "versions", "{{version}}" ] }, "description": "Get information about a specific version of a campaign." }, "response": [] }, { "name": "GetCampaignVersions", "event": [ { "listen": "prerequest", "script": { "id": "56138f90-19a0-41e4-b769-071d48f9ec5a", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your campaign ID.", "pm.variables.set(\"campaignId\", \"98765432109876543210987654321098\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/campaigns/{{campaignId}}/versions", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "campaigns", "{{campaignId}}", "versions" ] }, "description": "Returns information about your campaign versions." }, "response": [] }, { "name": "UpdateCampaign", "event": [ { "listen": "prerequest", "script": { "id": "0ca04d42-dc46-4205-b17b-29266fbb3030", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your campaign ID.", "pm.variables.set(\"campaignId\", \"98765432109876543210987654321098\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"TreatmentName\": \"string\",\n \"TreatmentDescription\": \"string\",\n \"MessageConfiguration\": {\n \"DefaultMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"APNSMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"GCMMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"ADMMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"BaiduMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"EmailMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"HtmlBody\": \"string\",\n \"FromAddress\": \"string\"\n },\n \"SMSMessage\": {\n \"Body\": \"string\",\n \"MessageType\": \"TRANSACTIONAL\",\n \"SenderId\": \"string\"\n }\n },\n \"Schedule\": {\n \"StartTime\": \"string\",\n \"EndTime\": \"string\",\n \"Frequency\": \"ONCE | HOURLY | DAILY | WEEKLY | MONTHLY | EVENT\",\n \"IsLocalTime\": true,\n \"Timezone\": \"string\",\n \"QuietTime\": {\n \"Start\": \"string\",\n \"End\": \"string\"\n },\n \"EventFilter\": {\n \"Dimensions\": {\n \"Attributes\": {\n \"attributeKey1\": [\"string\"]\n },\n \"Metrics\": {\"metricName\": 0},\n \"EventType\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"_monetization.purchase\"]\n }\n },\n \"FilterType\": \"ENDPOINT\"\n }\n },\n \"SegmentId\": \"string\",\n \"SegmentVersion\": 0,\n \"IsPaused\": true,\n \"AdditionalTreatments\": [\n {\n \"TreatmentName\": \"string\",\n \"TreatmentDescription\": \"string\",\n \"MessageConfiguration\": {\n \"DefaultMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"APNSMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"GCMMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"ADMMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"BaiduMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"ImageSmallIconUrl\": \"string\",\n \"MediaUrl\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"JsonBody\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"EmailMessage\": {\n \"Title\": \"string\",\n \"Body\": \"string\",\n \"HtmlBody\": \"string\",\n \"FromAddress\": \"string\"\n },\n \"SMSMessage\": {\n \"Body\": \"string\",\n \"MessageType\": \"TRANSACTIONAL\",\n \"SenderId\": \"string\"\n }\n },\n \"Schedule\": {\n \"StartTime\": \"string\",\n \"EndTime\": \"string\",\n \"Frequency\": \"ONCE | HOURLY | DAILY | WEEKLY | MONTHLY | EVENT\",\n \"IsLocalTime\": true,\n \"Timezone\": \"string\",\n \"QuietTime\": {\n \"Start\": \"string\",\n \"End\": \"string\"\n },\n \"EventFilter\": {\n \"Dimensions\": {\n \"Attributes\": {\n \"attributeKey1\": [\"string\"]\n },\n \"Metrics\": {\"metricName\": 0},\n \"EventType\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"_monetization.purchase\"]\n }\n },\n \"FilterType\": \"ENDPOINT\"\n }\n },\n \"SizePercent\": 0\n }\n ],\n \"HoldoutPercent\": 0,\n \"Limits\": {\n \"Daily\": 0,\n \"Total\": 0,\n \"MessagesPerSecond\": 0,\n \"MaximumDuration\": 0\n },\n \"Name\": \"string\",\n \"Hook\": {\n \"LambdaFunctionName\": \"string\",\n \"WebUrl\": \"string\",\n \"Mode\": \"DELIVERY\"\n },\n \"Description\": \"string\",\n \"tags\": {\n \"string\": \"string\"\n }\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/campaigns/{{campaignId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "campaigns", "{{campaignId}}" ] }, "description": "Update an existing Amazon Pinpoint campaign." }, "response": [] } ], "description": "API operations related to managing Amazon Pinpoint campaigns. " }, { "name": "Channels", "item": [ { "name": "ADM", "item": [ { "name": "DeleteAdmChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/adm", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "adm" ] }, "description": "Disable the ADM channel in a specific Amazon Pinpoint project. Amazon Pinpoint saves the settings for the channel in the event that you want to enable it again later." }, "response": [] }, { "name": "GetAdmChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/adm", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "adm" ] }, "description": "Get information about the settings for the ADM channel in a specific Amazon Pinpoint project." }, "response": [] }, { "name": "UpdateAdmChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ClientId\": \"string\",\n \"ClientSecret\": \"string\",\n \"Enabled\": true|false\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/adm", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "adm" ] }, "description": "Update the settings for the ADM channel in a specific Amazon Pinpoint project." }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ], "_postman_isSubFolder": true }, { "name": "APNs", "item": [ { "name": "DeleteApnsChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/apns", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "apns" ] }, "description": "Disable the APNs channel in a specific Amazon Pinpoint project. Amazon Pinpoint saves the settings for the channel in the event that you want to enable it again later." }, "response": [] }, { "name": "GetApnsChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/apns", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "apns" ] }, "description": "Get information about the settings for the APNS channel in a specific Amazon Pinpoint project." }, "response": [] }, { "name": "UpdateApnsChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Certificate\": \"string\",\n \"PrivateKey\": \"string\",\n \"Enabled\": true|false,\n \"TokenKeyId\": \"string\",\n \"TeamId\": \"string\",\n \"TokenKey\": \"string\",\n \"BundleId\": \"string\",\n \"DefaultAuthenticationMethod\": \"string\"\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/apns", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "apns" ] }, "description": "Update the settings for the APNs channel in a specific Amazon Pinpoint project." }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ], "_postman_isSubFolder": true }, { "name": "APNs Sandbox", "item": [ { "name": "DeleteApnsSandboxChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/apns_sandbox", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "apns_sandbox" ] }, "description": "Disable the APNs sandbox channel in a specific Amazon Pinpoint project. Amazon Pinpoint saves the settings for the channel in the event that you want to enable it again later." }, "response": [] }, { "name": "GetApnsSandboxChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/apns_sandbox", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "apns_sandbox" ] }, "description": "Get information about the settings for the APNS sandbox channel in a specific Amazon Pinpoint project." }, "response": [] }, { "name": "UpdateApnsSandboxChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Certificate\": \"string\",\n \"PrivateKey\": \"string\",\n \"Enabled\": true|false,\n \"TokenKeyId\": \"string\",\n \"TeamId\": \"string\",\n \"TokenKey\": \"string\",\n \"BundleId\": \"string\",\n \"DefaultAuthenticationMethod\": \"string\"\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/apns_sandbox", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "apns_sandbox" ] }, "description": "Update the settings for the APNs sandbox channel in a specific Amazon Pinpoint project." }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ], "_postman_isSubFolder": true }, { "name": "APNs VoIP", "item": [ { "name": "DeleteApnsVoipChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/apns_voip", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "apns_voip" ] }, "description": "Disable the APNs VoIP channel in a specific Amazon Pinpoint project. Amazon Pinpoint saves the settings for the channel in the event that you want to enable it again later." }, "response": [] }, { "name": "GetApnsVoipChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/apns_voip", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "apns_voip" ] }, "description": "Get information about the settings for the APNS VoIP channel in a specific Amazon Pinpoint project." }, "response": [] }, { "name": "UpdateApnsVoipChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Certificate\": \"string\",\n \"PrivateKey\": \"string\",\n \"Enabled\": true|false,\n \"TokenKeyId\": \"string\",\n \"TeamId\": \"string\",\n \"TokenKey\": \"string\",\n \"BundleId\": \"string\",\n \"DefaultAuthenticationMethod\": \"string\"\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/apns_voip", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "apns_voip" ] }, "description": "Update the settings for the APNs VoIP channel in a specific Amazon Pinpoint project." }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ], "_postman_isSubFolder": true }, { "name": "APNs VoIP Sandbox", "item": [ { "name": "DeleteApnsVoipSandboxChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/apns_voip_sandbox", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "apns_voip_sandbox" ] }, "description": "Disable the APNs VoIP sandbox channel in a specific Amazon Pinpoint project. Amazon Pinpoint saves the settings for the channel in the event that you want to enable it again later." }, "response": [] }, { "name": "GetApnsVoipSandboxChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/apns_voip_sandbox", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "apns_voip_sandbox" ] }, "description": "Get information about the settings for the APNS VoIP sandbox channel in a specific Amazon Pinpoint project." }, "response": [] }, { "name": "UpdateApnsVoipSandboxChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Certificate\": \"string\",\n \"PrivateKey\": \"string\",\n \"Enabled\": true|false,\n \"TokenKeyId\": \"string\",\n \"TeamId\": \"string\",\n \"TokenKey\": \"string\",\n \"BundleId\": \"string\",\n \"DefaultAuthenticationMethod\": \"string\"\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/apns_voip_sandbox", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "apns_voip_sandbox" ] }, "description": "Update the settings for the APNs VoIP sandbox channel in a specific Amazon Pinpoint project." }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ], "_postman_isSubFolder": true }, { "name": "Baidu", "item": [ { "name": "DeleteBaiduChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/baidu", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "baidu" ] }, "description": "Disable the Baidu channel in a specific Amazon Pinpoint project. Amazon Pinpoint saves the settings for the channel in the event that you want to enable it again later." }, "response": [] }, { "name": "GetBaiduChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/baidu", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "baidu" ] }, "description": "Get information about the settings for the Baidu channel in a specific Amazon Pinpoint project." }, "response": [] }, { "name": "UpdateBaiduChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ApiKey\": \"string\",\n \"SecretKey\": \"string\",\n \"Enabled\": true|false\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/baidu", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "baidu" ] }, "description": "Update the settings for the Baidu channel in a specific Amazon Pinpoint project." }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ], "_postman_isSubFolder": true }, { "name": "Email", "item": [ { "name": "DeleteEmailChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/email", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "email" ] }, "description": "Disable the Email channel in a specific Amazon Pinpoint project. Amazon Pinpoint saves the settings for the channel in the event that you want to enable it again later." }, "response": [] }, { "name": "GetEmailChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/email", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "email" ] }, "description": "Get information about the settings for the email channel in a specific Amazon Pinpoint project." }, "response": [] }, { "name": "UpdateEmailChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Enabled\": true|false,\n \"Identity\": \"string\",\n \"FromAddress\": \"string\",\n \"RoleArn\": \"string\"\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/email", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "email" ] }, "description": "Update the settings for the email channel in a specific Amazon Pinpoint project." }, "response": [] } ], "_postman_isSubFolder": true }, { "name": "GCM", "item": [ { "name": "DeleteGcmChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/gcm", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "gcm" ] }, "description": "Disable the GCM channel in a specific Amazon Pinpoint project. Amazon Pinpoint saves the settings for the channel in the event that you want to enable it again later." }, "response": [] }, { "name": "GetGcmChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/gcm", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "gcm" ] }, "description": "Get information about the settings for the GCM channel in a specific Amazon Pinpoint project." }, "response": [] }, { "name": "UpdateGcmChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ApiKey\": \"string\",\n \"Enabled\": true|false\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/gcm", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "gcm" ] }, "description": "Update the settings for the GCM channel in a specific Amazon Pinpoint project." }, "response": [] } ], "_postman_isSubFolder": true }, { "name": "SMS", "item": [ { "name": "DeleteSmsChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/sms", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "sms" ] }, "description": "Disable the SMS channel in a specific Amazon Pinpoint project. Amazon Pinpoint saves the settings for the SMS channel in the event that you want to enable it again later." }, "response": [] }, { "name": "GetSmsChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/sms", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "sms" ] }, "description": "Get information about the settings for the SMS channel in a specific Amazon Pinpoint project." }, "response": [] }, { "name": "UpdateSmsChannel", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Enabled\": true|false,\n \"ShortCode\": \"string\",\n \"SenderId\": \"string\"\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/channels/sms", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "channels", "sms" ] }, "description": "Update the settings for the SMS channel in a specific Amazon Pinpoint project." }, "response": [] } ], "_postman_isSubFolder": true } ] }, { "name": "Endpoints", "item": [ { "name": "DeleteEndpoint", "event": [ { "listen": "prerequest", "script": { "id": "8fb6cafc-16ef-49f4-adbf-45b000617bc7", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your endpoint ID.", "pm.variables.set(\"endpointId\", \"12345\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/endpoints/{{endpointId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "endpoints", "{{endpointId}}" ] }, "description": "Delete a specific endpoint in an Amazon Pinpoint project." }, "response": [] }, { "name": "GetEndpoint", "event": [ { "listen": "prerequest", "script": { "id": "bd7a3d37-bf4d-4dcf-8842-9e6fd225a347", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your endpoint ID.", "pm.variables.set(\"endpointId\", \"12345\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/endpoints/{{endpointId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "endpoints", "{{endpointId}}" ] }, "description": "Get information about a specific endpoint." }, "response": [] }, { "name": "UpdateEndpoint", "event": [ { "listen": "prerequest", "script": { "id": "21554782-e1b5-45a6-8f31-7da968db2f02", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your endpoint ID.", "pm.variables.set(\"endpointId\", \"12345\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ChannelType\": \"GCM\"|\"APNS\"|\"APNS_SANDBOX\"|\"APNS_VOIP\"|\"APNS_VOIP_SANDBOX\"|\"ADM\"|\"SMS\"|\"VOICE\"|\"EMAIL\"|\"BAIDU\"|\"CUSTOM\",\n \"Address\": \"string\",\n \"EndpointStatus\": \"string\",\n \"OptOut\": \"string\",\n \"RequestId\": \"string\",\n \"Location\": {\n \"Latitude\": 0,\n \"Longitude\": 0,\n \"PostalCode\": \"string\",\n \"City\": \"string\",\n \"Region\": \"string\",\n \"Country\": \"string\"\n },\n \"Demographic\": {\n \"Make\": \"string\",\n \"Model\": \"string\",\n \"ModelVersion\": \"string\",\n \"Timezone\": \"string\",\n \"Locale\": \"string\",\n \"AppVersion\": \"string\",\n \"Platform\": \"string\",\n \"PlatformVersion\": \"string\"\n },\n \"EffectiveDate\": \"string\",\n \"Attributes\": {\n \"additionalProp1\": [\n \"string\"\n ],\n \"additionalProp2\": [\n \"string\"\n ],\n \"additionalProp3\": [\n \"string\"\n ]\n },\n \"Metrics\": {\n \"additionalProp1\": 0,\n \"additionalProp2\": 0,\n \"additionalProp3\": 0\n },\n \"User\": {\n \"UserId\": \"string\",\n \"UserAttributes\": {\n \"additionalProp1\": [\n \"string\"\n ],\n \"additionalProp2\": [\n \"string\"\n ],\n \"additionalProp3\": [\n \"string\"\n ]\n }\n }\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/endpoints/{{endpointId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "endpoints", "{{endpointId}}" ] }, "description": "Create or update an endpoint in an Amazon Pinpoint project." }, "response": [] }, { "name": "UpdateEndpointsBatch", "event": [ { "listen": "prerequest", "script": { "id": "d8cf8ce1-d906-4025-baeb-5af369d494f5", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Item\": [\n {\n \"ChannelType\": \"GCM\"|\"APNS\"|\"APNS_SANDBOX\"|\"APNS_VOIP\"|\"APNS_VOIP_SANDBOX\"|\"ADM\"|\"SMS\"|\"VOICE\"|\"EMAIL\"|\"BAIDU\"|\"CUSTOM\",\n \"Address\": \"string\",\n \"EndpointStatus\": \"string\",\n \"OptOut\": \"string\",\n \"RequestId\": \"string\",\n \"Location\": {\n \"Latitude\": 0,\n \"Longitude\": 0,\n \"PostalCode\": \"string\",\n \"City\": \"string\",\n \"Region\": \"string\",\n \"Country\": \"string\"\n },\n \"Demographic\": {\n \"Make\": \"string\",\n \"Model\": \"string\",\n \"ModelVersion\": \"string\",\n \"Timezone\": \"string\",\n \"Locale\": \"string\",\n \"AppVersion\": \"string\",\n \"Platform\": \"string\",\n \"PlatformVersion\": \"string\"\n },\n \"EffectiveDate\": \"string\",\n \"Attributes\": {\n \"additionalProp1\": [\n \"string\"\n ],\n \"additionalProp2\": [\n \"string\"\n ],\n \"additionalProp3\": [\n \"string\"\n ]\n },\n \"Metrics\": {\n \"additionalProp1\": 0,\n \"additionalProp2\": 0,\n \"additionalProp3\": 0\n },\n \"User\": {\n \"UserId\": \"string\",\n \"UserAttributes\": {\n \"additionalProp1\": [\n \"string\"\n ],\n \"additionalProp2\": [\n \"string\"\n ],\n \"additionalProp3\": [\n \"string\"\n ]\n }\n },\n \"Id\": \"string\"\n }\n ]\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/endpoints", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "endpoints" ] }, "description": "Create or update several endpoints in an Amazon Pinpoint project. You can use this operation to create up to 100 endpoints in a single call to the API." }, "response": [] } ] }, { "name": "Events", "item": [ { "name": "PutEvent", "event": [ { "listen": "prerequest", "script": { "id": "a076b838-fdd9-4f3a-9e24-466413d8cb56", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"BatchItem\":{\n \"string\":{\n \"Endpoint\":{\n \"Address\":\"string\",\n \"Attributes\":{\n \"string\":[\n \"string\"\n ]\n },\n \"ChannelType\":\"GCM\"|\"APNS\"|\"APNS_SANDBOX\"|\"APNS_VOIP\"|\"APNS_VOIP_SANDBOX\"|\"ADM\"|\"SMS\"|\"VOICE\"|\"EMAIL\"|\"BAIDU\"|\"CUSTOM\",\n \"Demographic\":{\n \"AppVersion\":\"string\",\n \"Locale\":\"string\",\n \"Make\":\"string\",\n \"Model\":\"string\",\n \"ModelVersion\":\"string\",\n \"Platform\":\"string\",\n \"PlatformVersion\":\"string\",\n \"Timezone\":\"string\"\n },\n \"EffectiveDate\":\"string\",\n \"EndpointStatus\":\"string\",\n \"Location\":{\n \"City\":\"string\",\n \"Country\":\"string\",\n \"Latitude\":double,\n \"Longitude\":double,\n \"PostalCode\":\"string\",\n \"Region\":\"string\"\n },\n \"Metrics\":{\n \"string\":double\n },\n \"OptOut\":\"string\",\n \"RequestId\":\"string\",\n \"User\":{\n \"UserAttributes\":{\n \"string\":[\n \"string\"\n ]\n },\n \"UserId\":\"string\"\n }\n },\n \"Events\":{\n \"string\":{\n \"AppPackageName\":\"string\",\n \"AppTitle\":\"string\",\n \"AppVersionCode\":\"string\",\n \"Attributes\":{\n \"string\":\"string\"\n },\n \"ClientSdkVersion\":\"string\",\n \"EventType\":\"string\",\n \"Metrics\":{\n \"string\":double\n },\n \"SdkName\":\"string\",\n \"Session\":{\n \"Duration\":integer,\n \"Id\":\"string\",\n \"StartTimestamp\":\"string\",\n \"StopTimestamp\":\"string\"\n },\n \"Timestamp\":\"string\"\n }\n }\n }\n }\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/events", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "events" ] }, "description": "Record events and associate them with endpoints. Note: Despite its name, this operation uses the POST method." }, "response": [] } ] }, { "name": "Event Streams", "item": [ { "name": "DeleteEventStream", "event": [ { "listen": "prerequest", "script": { "id": "ddba9c38-8b21-410c-b2fb-3445e0152f2b", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/eventstream", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "eventstream" ] }, "description": "Delete an Amazon Pinpoint event stream." }, "response": [] }, { "name": "GetEventStream", "event": [ { "listen": "prerequest", "script": { "id": "377c0490-8109-46f3-8654-9c4e9a2edcc3", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/eventstream", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "eventstream" ] }, "description": "Get information about an event stream for a specific Amazon Pinpoint project." }, "response": [] }, { "name": "UpdateEventStream", "event": [ { "listen": "prerequest", "script": { "id": "153adc0b-a3b7-419a-91c4-ae9ef446efc2", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"DestinationStreamArn\": \"string\",\n \"RoleArn\": \"string\"\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/eventstream", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "eventstream" ] }, "description": "Create or update the event streaming configuration for a specific Amazon Pinpoint project." }, "response": [] } ] }, { "name": "Export Jobs", "item": [ { "name": "CreateExportJob", "event": [ { "listen": "prerequest", "script": { "id": "59f00933-a486-4707-b45a-4200dfa26ba1", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"SegmentId\": \"string\",\n \"S3UrlPrefix\": \"string\",\n \"RoleArn\": \"string\"\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/jobs/export", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "jobs", "export" ] }, "description": "Create a new export job." }, "response": [] }, { "name": "GetExportJob", "event": [ { "listen": "prerequest", "script": { "id": "89015952-2e26-46c9-a694-2852d4dcc441", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your export job ID.", "pm.variables.set(\"exportJobId\", \"12345\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/jobs/export/{{exportJobId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "jobs", "export", "{{exportJobId}}" ] }, "description": "Get information about a specific export job." }, "response": [] }, { "name": "GetExportJobs", "event": [ { "listen": "prerequest", "script": { "id": "37068653-c2ce-47e9-8802-c93c6cbcff59", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/jobs/export", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "jobs", "export" ] }, "description": "Get information about the export jobs for a specific Amazon Pinpoint project." }, "response": [] } ] }, { "name": "ImportJobs", "item": [ { "name": "GetImportJobs", "event": [ { "listen": "prerequest", "script": { "id": "d55c34ac-2b3e-4055-96a5-ec7380e78ced", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/jobs/import", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "jobs", "import" ] }, "description": "Get information about the import jobs for a specific Amazon Pinpoint project." }, "response": [] }, { "name": "GetImportJob", "event": [ { "listen": "prerequest", "script": { "id": "91156a7f-1632-40f4-952b-1383df272a2b", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your import job ID.", "pm.variables.set(\"importJobId\", \"12345\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/jobs/import/{{importJobId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "jobs", "import", "{{importJobId}}" ] }, "description": "Get information about a specific import job." }, "response": [] }, { "name": "UpdateImportJob", "event": [ { "listen": "prerequest", "script": { "id": "f9477512-6ccc-421f-af87-2a2202237ce8", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"S3Url\": \"string\",\n \"RoleArn\": \"string\",\n \"Format\": \"CSV\",\n \"RegisterEndpoints\": true|false,\n \"DefineSegment\": true|false,\n \"SegmentName\": \"string\",\n \"SegmentId\": \"string\"\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/jobs/import", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "jobs", "import" ] }, "description": "Create or update an import job." }, "response": [] } ] }, { "name": "Messages", "item": [ { "name": "SendMessages", "event": [ { "listen": "prerequest", "script": { "id": "765f1a9d-1642-41d8-a370-e49363e7e20b", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"Context\": {\n \"string\": \"string\"\n },\n \"MessageConfiguration\": {\n \"DefaultMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {\n \"string\": [\n \"string\"\n ]\n }\n },\n \"DefaultPushNotificationMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {\n \"string\": [\n \"string\"\n ]\n },\n \"Title\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"Data\": {\n \"string\": \"string\"\n }\n },\n \"EmailMessage\": {\n \"Body\": \"string\",\n \"FeedbackForwardingAddress\": \"string\",\n \"FromAddress\": \"string\",\n \"RawEmail\": {\n \"Data\": [\n \"string\"\n ]\n },\n \"SimpleEmail\": {\n \"Subject\": {\n \"Charset\": \"string\",\n \"Data\": \"string\"\n },\n \"HtmlPart\": {\n \"Charset\": \"string\",\n \"Data\": \"string\"\n },\n \"TextPart\": {\n \"Charset\": \"string\",\n \"Data\": \"string\"\n }\n },\n \"Substitutions\": {\n \"string\": [\n \"string\"\n ]\n }\n },\n \"APNSMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {\n \"string\": [\n \"string\"\n ]\n },\n \"Title\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"Data\": {\n \"string\": \"string\"\n },\n \"MediaUrl\": \"string\",\n \"Sound\": \"string\",\n \"Badge\": 0,\n \"Category\": \"string\",\n \"ThreadId\": \"string\",\n \"RawContent\": \"string\",\n \"PreferredAuthenticationMethod\": \"string\",\n \"TimeToLive\": 0,\n \"Priority\": \"string\",\n \"CollapseId\": \"string\"\n },\n \"GCMMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {\n \"string\": [\n \"string\"\n ]\n },\n \"Title\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"Data\": {\n \"string\": \"string\"\n },\n \"IconReference\": \"string\",\n \"Sound\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"SmallImageIconUrl\": \"string\",\n \"RawContent\": \"string\",\n \"CollapseKey\": \"string\",\n \"RestrictedPackageName\": \"string\",\n \"TimeToLive\": 0,\n \"Priority\": \"string\"\n },\n \"BaiduMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {\n \"string\": [\n \"string\"\n ]\n },\n \"Title\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"Data\": {\n \"string\": \"string\"\n },\n \"IconReference\": \"string\",\n \"Sound\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"SmallImageIconUrl\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"ADMMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {\n \"string\": [\n \"string\"\n ]\n },\n \"Title\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"Data\": {\n \"string\": \"string\"\n },\n \"IconReference\": \"string\",\n \"Sound\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"SmallImageIconUrl\": \"string\",\n \"RawContent\": \"string\",\n \"ConsolidationKey\": \"string\",\n \"ExpiresAfter\": \"string\",\n \"MD5\": \"string\"\n },\n \"SMSMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {\n \"string\": [\n \"string\"\n ]\n },\n \"SenderId\": \"string\",\n \"MessageType\": \"TRANSACTIONAL\",\n \"Keyword\": \"string\",\n \"OriginationNumber\": \"string\"\n }\n },\n \"Addresses\": {\n \"string\": {\n \"BodyOverride\": \"string\",\n \"ChannelType\": \"GCM\"|\"APNS\"|\"APNS_SANDBOX\"|\"APNS_VOIP\"|\"APNS_VOIP_SANDBOX\"|\"ADM\"|\"SMS\"|\"VOICE\"|\"EMAIL\"|\"BAIDU\"|\"CUSTOM\",\n \"Context\": {\n \"string\": \"string\"\n },\n \"RawContent\": \"string\",\n \"Substitutions\": {\n \"string\": [\n \"string\"\n ]\n },\n \"TitleOverride\": \"string\"\n }\n },\n \"Endpoints\": {\n \"string\": {\n \"BodyOverride\": \"string\",\n \"Context\": {\n \"string\": \"string\"\n },\n \"RawContent\": \"string\",\n \"Substitutions\": {\n \"string\": [\n \"string\"\n ]\n },\n \"TitleOverride\": \"string\"\n }\n }\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/messages", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "messages" ] }, "description": "Send SMS, email, or mobile push messages to endpoints, without creating segments or campaigns." }, "response": [] }, { "name": "SendUsersMessages", "event": [ { "listen": "prerequest", "script": { "id": "6a25adb7-b560-48a8-b850-3fe72ce363a7", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Context\": {\n \"string\": \"string\"\n },\n \"MessageConfiguration\": {\n \"DefaultMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {}\n },\n \"DefaultPushNotificationMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {},\n \"Title\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"Data\": {}\n },\n \"APNSMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {},\n \"Title\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"Data\": {},\n \"MediaUrl\": \"string\",\n \"Sound\": \"string\",\n \"Badge\": 0,\n \"Category\": \"string\",\n \"ThreadId\": \"string\",\n \"RawContent\": \"string\",\n \"PreferredAuthenticationMethod\": \"string\",\n \"TimeToLive\": 0,\n \"Priority\": \"string\",\n \"CollapseId\": \"string\"\n },\n \"GCMMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {},\n \"Title\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"Data\": {},\n \"IconReference\": \"string\",\n \"Sound\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"SmallImageIconUrl\": \"string\",\n \"RawContent\": \"string\",\n \"CollapseKey\": \"string\",\n \"RestrictedPackageName\": \"string\",\n \"TimeToLive\": 0,\n \"Priority\": \"string\"\n },\n \"BaiduMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {},\n \"Title\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"Data\": {},\n \"IconReference\": \"string\",\n \"Sound\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"SmallImageIconUrl\": \"string\",\n \"RawContent\": \"string\",\n \"TimeToLive\": 0\n },\n \"ADMMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {},\n \"Title\": \"string\",\n \"Action\": \"OPEN_APP\",\n \"Url\": \"string\",\n \"SilentPush\": true,\n \"Data\": {},\n \"IconReference\": \"string\",\n \"Sound\": \"string\",\n \"ImageUrl\": \"string\",\n \"ImageIconUrl\": \"string\",\n \"SmallImageIconUrl\": \"string\",\n \"RawContent\": \"string\",\n \"ConsolidationKey\": \"string\",\n \"ExpiresAfter\": \"string\",\n \"MD5\": \"string\"\n },\n \"SMSMessage\": {\n \"Body\": \"string\",\n \"Substitutions\": {},\n \"SenderId\": \"string\",\n \"MessageType\": \"TRANSACTIONAL\",\n \"Keyword\": \"string\",\n \"OriginationNumber\": \"string\"\n }\n },\n \"Users\": {\n \"string\": {\n \"BodyOverride\": \"string\",\n \"Context\": {\n \"string\": \"string\"\n },\n \"RawContent\": \"string\",\n \"Substitutions\": {\n \"string\": [\n \"string\"\n ]\n },\n \"TitleOverride\": \"string\"\n }\n }\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/users-messages", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "users-messages" ] }, "description": "Send SMS, email, or mobile push messages to all of the endpoints that are associated with a specific User ID." }, "response": [] } ] }, { "name": "OTP", "item": [ { "name": "SendOtpMessage", "event": [ { "listen": "prerequest", "script": { "id": "9b36cfb7-b560-48a8-b850-3fe72ce363a7", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"Channel\": \"SMS\",\n \"BrandName\": \"Pinpoint OTP\",\n \"CodeLength\": 5,\n \"ValidityPeriod\": 20,\n \"AllowedAttempts\": 2,\n \"Language\": \"en-US\",\n \"OriginationIdentity\": \"+19171234567\",\n \"DestinationIdentity\": \"+15161234567\",\n \"ReferenceId\": \"placeholder_reference_id\",\n \"EntityId\": \"placeholder_entity_id\",\n \"TemplateId\": \"placeholder_template_id\"\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/otp", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "otp" ] }, "description": "Send a One-Time Password (OTP) to a destination phone number. Currently only SMS channel is supported." }, "response": [] }, { "name": "VerifyOtpMessage", "event": [ { "listen": "prerequest", "script": { "id": "0c47u230-b560-48a8-b850-3fe72ce363a7", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"DestinationIdentity\": \"+15161234567\",\n \"ReferenceId\": \"placeholder_reference_id\",\n \"Otp\": \"12345\"}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/verify-otp", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "verify-otp" ] }, "description": "Verify an OTP code that you've already sent. Currently only SMS channel is supported." }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ] }, { "name": "PhoneNumberValidate", "item": [ { "name": "PhoneNumberValidate", "event": [ { "listen": "prerequest", "script": { "id": "fdac008c-2d5b-4849-a42e-6ccd7653a03d", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"PhoneNumber\": \"+12065550199\",\n \"IsoCountryCode\": \"US\"\n}" }, "url": { "raw": "https://{{endpoint}}/v1/phone/number/validate", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "phone", "number", "validate" ] }, "description": "Convert an incoming phone number into E.164 format, and get metadata for the phone number." }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ] }, { "name": "Segments", "item": [ { "name": "CreateSegment", "event": [ { "listen": "prerequest", "script": { "id": "8aa1f022-6cba-4837-998a-2d9e9d75eca5", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Name\": \"string\",\n \"SegmentGroups\": {\n \"Include\": \"ALL|ANY|NONE\",\n \"Groups\": [\n {\n \"Type\": \"ALL|ANY|NONE\",\n \"Dimensions\": [\n {\n \"Demographic\": {\n \"Channel\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Platform\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"DeviceType\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"AppVersion\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Make\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Model\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n }\n },\n \"Location\": {\n \"Country\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"GPSPoint\": {\n \"Coordinates\": {\n \"Latitude\": 0,\n \"Longitude\": 0\n },\n \"RangeInKilometers\": 0\n }\n },\n \"Behavior\": {\n \"Recency\": {\n \"RecencyType\": \"ACTIVE\",\n \"Duration\": \"HR_24\"\n }\n },\n \"Attributes\": {},\n \"Metrics\": {},\n \"UserAttributes\": {}\n }\n ],\n \"SourceType\": \"ALL|ANY\",\n \"SourceSegments\": [\n {\n \"Id\": \"string\",\n \"Version\": 0\n }\n ]\n }\n ]\n },\n \"Dimensions\": {\n \"Demographic\": {\n \"Channel\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Platform\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"DeviceType\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"AppVersion\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Make\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Model\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n }\n },\n \"Location\": {\n \"Country\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"GPSPoint\": {\n \"Coordinates\": {\n \"Latitude\": 0,\n \"Longitude\": 0\n },\n \"RangeInKilometers\": 0\n }\n },\n \"Behavior\": {\n \"Recency\": {\n \"RecencyType\": \"ACTIVE\",\n \"Duration\": \"HR_24\"\n }\n },\n \"Attributes\": {},\n \"Metrics\": {},\n \"UserAttributes\": {}\n },\n \"tags\": {\n \"string\": \"string\"\n }\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/segments", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "segments" ] }, "description": "Create a new segment." }, "response": [] }, { "name": "DeleteSegment", "event": [ { "listen": "prerequest", "script": { "id": "ca1e43dd-ad9c-4b4c-8c53-cd64ae7cb43f", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your segment ID.", "pm.variables.set(\"segmentId\", \"98765432109876543210987654321098\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Name\": \"string\",\n \"SegmentGroups\": {\n \"Include\": \"ALL|ANY|NONE\",\n \"Groups\": [\n {\n \"Type\": \"ALL|ANY|NONE\",\n \"Dimensions\": [\n {\n \"Demographic\": {\n \"Channel\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Platform\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"DeviceType\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"AppVersion\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Make\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Model\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n }\n },\n \"Location\": {\n \"Country\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"GPSPoint\": {\n \"Coordinates\": {\n \"Latitude\": 0,\n \"Longitude\": 0\n },\n \"RangeInKilometers\": 0\n }\n },\n \"Behavior\": {\n \"Recency\": {\n \"RecencyType\": \"ACTIVE\",\n \"Duration\": \"HR_24\"\n }\n },\n \"Attributes\": {},\n \"Metrics\": {},\n \"UserAttributes\": {}\n }\n ],\n \"SourceType\": \"ALL|ANY\",\n \"SourceSegments\": [\n {\n \"Id\": \"string\",\n \"Version\": 0\n }\n ]\n }\n ]\n },\n \"Dimensions\": {\n \"Demographic\": {\n \"Channel\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Platform\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"DeviceType\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"AppVersion\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Make\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Model\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n }\n },\n \"Location\": {\n \"Country\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"GPSPoint\": {\n \"Coordinates\": {\n \"Latitude\": 0,\n \"Longitude\": 0\n },\n \"RangeInKilometers\": 0\n }\n },\n \"Behavior\": {\n \"Recency\": {\n \"RecencyType\": \"ACTIVE\",\n \"Duration\": \"HR_24\"\n }\n },\n \"Attributes\": {},\n \"Metrics\": {},\n \"UserAttributes\": {}\n },\n \"tags\": {\n \"string\": \"string\"\n }\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/segments/{{segmentId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "segments", "{{segmentId}}" ] }, "description": "Delete a specific segment." }, "response": [] }, { "name": "GetSegment", "event": [ { "listen": "prerequest", "script": { "id": "a0de80bf-43eb-4662-b978-dc7ca9ab48bc", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your segment ID.", "pm.variables.set(\"segmentId\", \"98765432109876543210987654321098\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/segments/{{segmentId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "segments", "{{segmentId}}" ] }, "description": "Get information about a specific segment." }, "response": [] }, { "name": "GetSegmentImportJobs", "event": [ { "listen": "prerequest", "script": { "id": "e0e1d653-8467-43ca-8193-1fc884d1c0f5", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your segment ID.", "pm.variables.set(\"segmentId\", \"98765432109876543210987654321098\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/segments/{{segmentId}}/jobs/import", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "segments", "{{segmentId}}", "jobs", "import" ] }, "description": "Get a list of import jobs for a specific segment." }, "response": [] }, { "name": "GetSegmentExportJobs", "event": [ { "listen": "prerequest", "script": { "id": "cbc55e13-9fab-4723-956c-ab01b3c0829e", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your segment ID.", "pm.variables.set(\"segmentId\", \"98765432109876543210987654321098\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/segments/{{segmentId}}/jobs/export", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "segments", "{{segmentId}}", "jobs", "export" ] }, "description": "Get a list of export jobs for a specific segment." }, "response": [] }, { "name": "GetSegmentVersion", "event": [ { "listen": "prerequest", "script": { "id": "3eef6d07-e65a-4d28-9dd0-2fcec20e5946", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your segment ID.", "pm.variables.set(\"segmentId\", \"98765432109876543210987654321098\");", "", "// Change the value of this variable to the segment version that you want to retrieve.", "pm.variables.set(\"version\", \"1\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/segments/{{segmentId}}/versions/{{version}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "segments", "{{segmentId}}", "versions", "{{version}}" ] }, "description": "Get information about a specific version of a segment." }, "response": [] }, { "name": "GetSegmentVersions", "event": [ { "listen": "prerequest", "script": { "id": "71b8031d-7233-4156-baf1-d3d890e769ac", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your segment ID.", "pm.variables.set(\"segmentId\", \"98765432109876543210987654321098\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/segments/{{segmentId}}/versions", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "segments", "{{segmentId}}", "versions" ] }, "description": "Provides a list of versions for a specific segment." }, "response": [] }, { "name": "GetSegments", "event": [ { "listen": "prerequest", "script": { "id": "86f46fc9-6cc9-47bd-bd1c-9e6c9d5c93a0", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/segments", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "segments" ] }, "description": "Get information about all of the segments in an Amazon Pinpoint project." }, "response": [] }, { "name": "UpdateSegment", "event": [ { "listen": "prerequest", "script": { "id": "a5ecdbcf-e73a-43b8-92f4-be5c642a753e", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to your segment ID.", "pm.variables.set(\"segmentId\", \"98765432109876543210987654321098\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Name\": \"string\",\n \"SegmentGroups\": {\n \"Include\": \"ALL|ANY|NONE\",\n \"Groups\": [\n {\n \"Type\": \"ALL|ANY|NONE\",\n \"Dimensions\": [\n {\n \"Demographic\": {\n \"Channel\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Platform\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"DeviceType\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"AppVersion\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Make\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Model\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n }\n },\n \"Location\": {\n \"Country\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"GPSPoint\": {\n \"Coordinates\": {\n \"Latitude\": 0,\n \"Longitude\": 0\n },\n \"RangeInKilometers\": 0\n }\n },\n \"Behavior\": {\n \"Recency\": {\n \"RecencyType\": \"ACTIVE\",\n \"Duration\": \"HR_24\"\n }\n },\n \"Attributes\": {},\n \"Metrics\": {},\n \"UserAttributes\": {}\n }\n ],\n \"SourceType\": \"ALL|ANY\",\n \"SourceSegments\": [\n {\n \"Id\": \"string\",\n \"Version\": 0\n }\n ]\n }\n ]\n },\n \"Dimensions\": {\n \"Demographic\": {\n \"Channel\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Platform\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"DeviceType\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"AppVersion\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Make\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"Model\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n }\n },\n \"Location\": {\n \"Country\": {\n \"DimensionType\": \"INCLUSIVE\",\n \"Values\": [\"string\"]\n },\n \"GPSPoint\": {\n \"Coordinates\": {\n \"Latitude\": 0,\n \"Longitude\": 0\n },\n \"RangeInKilometers\": 0\n }\n },\n \"Behavior\": {\n \"Recency\": {\n \"RecencyType\": \"ACTIVE\",\n \"Duration\": \"HR_24\"\n }\n },\n \"Attributes\": {},\n \"Metrics\": {},\n \"UserAttributes\": {}\n },\n \"tags\": {\n \"string\": \"string\"\n }\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/segments/{{segmentId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "segments", "{{segmentId}}" ] }, "description": "Modify the attributes of an existing segment." }, "response": [] } ] }, { "name": "Settings", "item": [ { "name": "GetApplicationSettings", "event": [ { "listen": "prerequest", "script": { "id": "4ea9191f-1c7d-4667-8736-3c180d2fc570", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/settings", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "settings" ] }, "description": "Get information about the settings for a specific Amazon Pinpoint app." }, "response": [] }, { "name": "UpdateApplicationSettings", "event": [ { "listen": "prerequest", "script": { "id": "0db32376-ac8a-4871-8113-b2a153997850", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"QuietTime\": {\n \"Start\": \"string\",\n \"End\": \"string\"\n },\n \"Limits\": {\n \"Daily\": 0,\n \"Total\": 0,\n \"MessagesPerSecond\": 0,\n \"MaximumDuration\": 0\n },\n \"CampaignHook\": {\n \"LambdaFunctionName\": \"string\",\n \"WebUrl\": \"string\",\n \"Mode\": \"DELIVERY\"\n }\n}" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/settings", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "settings" ] }, "description": "Update the settings for a specific Amazon Pinpoint app." }, "response": [] } ], "description": "Manage the default settings for an Amazon Pinpoint project." }, { "name": "Tags", "item": [ { "name": "ListTagsForResource", "event": [ { "listen": "prerequest", "script": { "id": "a992d0cd-10c9-4f7f-a6de-75c67c56ef6b", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "let projectId = \"12345678901234567890123456789012\";", "", "let region = pm.variables.get(\"region\");", "let accountId = pm.variables.get(\"accountId\");", "", "pm.variables.set(\"resourceArn\",\"arn%3Aaws%3Amobiletargeting%3A\" + region + \"%3A\" + accountId + \"%3Aapps%2F\" + projectId);" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/tags/{{resourceArn}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "tags", "{{resourceArn}}" ] } }, "response": [] }, { "name": "TagResource", "event": [ { "listen": "prerequest", "script": { "id": "4c8999f9-ab37-479f-842c-e6bbcf9eb127", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "let projectId = \"12345678901234567890123456789012\";", "", "let region = pm.variables.get(\"region\");", "let accountId = pm.variables.get(\"accountId\");", "", "pm.variables.set(\"resourceArn\",\"arn%3Aaws%3Amobiletargeting%3A\" + region + \"%3A\" + accountId + \"%3Aapps%2F\" + projectId);" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"tags\": {\n \"string\": \"string\",\n \"string\": \"string\"\n }\n}" }, "url": { "raw": "https://{{endpoint}}/v1/tags/{{resourceArn}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "tags", "{{resourceArn}}" ] }, "description": "Add tags to existing Amazon Pinpoint resources, such as projects, campaigns, or segments." }, "response": [] }, { "name": "UntagResource", "event": [ { "listen": "prerequest", "script": { "id": "491e5d09-9f1c-4930-a8c4-d22a4b81bd53", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "let projectId = \"12345678901234567890123456789012\";", "", "let region = pm.variables.get(\"region\");", "let accountId = pm.variables.get(\"accountId\");", "", "pm.variables.set(\"resourceArn\",\"arn%3Aaws%3Amobiletargeting%3A\" + region + \"%3A\" + accountId + \"%3Aapps%2F\" + projectId);" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"tags\": {\n \"string\": \"string\",\n \"string\": \"string\"\n }\n}" }, "url": { "raw": "https://{{endpoint}}/v1/tags/{{resourceArn}}?tagKeys=tag1&tagKeys=tag2", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "tags", "{{resourceArn}}" ], "query": [ { "key": "tagKeys", "value": "tag1" }, { "key": "tagKeys", "value": "tag2" } ] }, "description": "Remove tags from existing Amazon Pinpoint resources, such as projects, campaigns, or segments." }, "response": [] } ] }, { "name": "Users", "item": [ { "name": "DeleteUserEndpoints", "event": [ { "listen": "prerequest", "script": { "id": "cb936bde-cd65-4fea-b73a-743842448275", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to the appropriate user ID.", "pm.variables.set(\"userId\", \"12345\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/users/{{userId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "users", "{{userId}}" ] }, "description": "Delete all of the endpoints that are associated with a specific user ID." }, "response": [] }, { "name": "GetUserEndpoints", "event": [ { "listen": "prerequest", "script": { "id": "cdfba728-c870-4be7-9e24-7cbddaf9f1cc", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"mobiletargeting\");", "", "// Change the value of this variable to your project ID.", "pm.variables.set(\"projectId\", \"12345678901234567890123456789012\");", "", "// Change the value of this variable to the appropriate user ID.", "pm.variables.set(\"userId\", \"12345\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://{{endpoint}}/v1/apps/{{projectId}}/users/{{userId}}", "protocol": "https", "host": [ "{{endpoint}}" ], "path": [ "v1", "apps", "{{projectId}}", "users", "{{userId}}" ] }, "description": "Get information about all of the endpoints that are associated with a specific user ID." }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ] }, { "name": "SMS & Voice API", "item": [ { "name": "SMS & Voice: Configuration Sets", "item": [ { "name": "ListConfigurationSets", "event": [ { "listen": "prerequest", "script": { "id": "fb764413-2de9-4c4c-9009-86ac5e0ecfec", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"sms-voice\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://sms-voice.{{endpoint}}/v1/sms-voice/configuration-sets", "protocol": "https", "host": [ "sms-voice", "{{endpoint}}" ], "path": [ "v1", "sms-voice", "configuration-sets" ] }, "description": "Return a list of configuration sets. This operation only returns the configuration sets that are associated with your account in the current AWS Region." }, "response": [] }, { "name": "CreateConfigurationSet", "event": [ { "listen": "prerequest", "script": { "id": "fb764413-2de9-4c4c-9009-86ac5e0ecfec", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"sms-voice\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ConfigurationSetName\": \"string\"\n}" }, "url": { "raw": "https://sms-voice.{{endpoint}}/v1/sms-voice/configuration-sets", "protocol": "https", "host": [ "sms-voice", "{{endpoint}}" ], "path": [ "v1", "sms-voice", "configuration-sets" ] }, "description": "Create a new configuration set. After you create the configuration set, you can add one or more event destinations to it." }, "response": [] }, { "name": "DeleteConfigurationSet", "event": [ { "listen": "prerequest", "script": { "id": "fb764413-2de9-4c4c-9009-86ac5e0ecfec", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"sms-voice\");", "", "// Replace the value of this variable with the name of the configuration set that you want to delete.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ConfigurationSetName\": \"string\"\n}" }, "url": { "raw": "https://sms-voice.{{endpoint}}/v1/sms-voice/configuration-sets/{{configurationSetName}}", "protocol": "https", "host": [ "sms-voice", "{{endpoint}}" ], "path": [ "v1", "sms-voice", "configuration-sets", "{{configurationSetName}}" ] }, "description": "Deletes an existing configuration set." }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "id": "25f0586b-e742-47c0-a1d5-3b61d30fc473", "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "id": "459ed975-b0fb-41da-986b-39c38cb23b4d", "type": "text/javascript", "exec": [ "" ] } } ], "_postman_isSubFolder": true }, { "name": "SMS & Voice: Event Destinations", "item": [ { "name": "GetConfigurationSetEventDestinations", "event": [ { "listen": "prerequest", "script": { "id": "03d7c96c-3aa5-4867-8d4a-88ebc780f935", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"sms-voice\");", "", "// Replace the value of this variable with the name of the configuration set that you want to delete.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://sms-voice.{{endpoint}}/v1/sms-voice/configuration-sets/{{configurationSetName}}/event-destinations", "protocol": "https", "host": [ "sms-voice", "{{endpoint}}" ], "path": [ "v1", "sms-voice", "configuration-sets", "{{configurationSetName}}", "event-destinations" ] }, "description": "Obtain information about an event destination, including the types of events it reports, the Amazon Resource Name (ARN) of the destination, and the name of the event destination." }, "response": [] }, { "name": "CreateConfigurationSetEventDestination", "event": [ { "listen": "prerequest", "script": { "id": "03d7c96c-3aa5-4867-8d4a-88ebc780f935", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"sms-voice\");", "", "// Replace the value of this variable with the name of the configuration set that you want to delete.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"EventDestinationName\": \"string\",\n \"EventDestination\": {\n \"SnsDestination\": {\n \"TopicArn\": \"string\"\n },\n \"Enabled\": true|false,\n \"MatchingEventTypes\": [\n \"INITIATED_CALL\",\n \"RINGING\",\n \"ANSWERED\",\n \"COMPLETED_CALL\",\n \"BUSY\",\n \"FAILED\",\n \"NO_ANSWER\"\n ],\n \"CloudWatchLogsDestination\": {\n \"IamRoleArn\": \"string\",\n \"LogGroupArn\": \"string\"\n },\n \"KinesisFirehoseDestination\": {\n \"DeliveryStreamArn\": \"string\",\n \"IamRoleArn\": \"string\"\n }\n }\n}" }, "url": { "raw": "https://sms-voice.{{endpoint}}/v1/sms-voice/configuration-sets/{{configurationSetName}}/event-destinations", "protocol": "https", "host": [ "sms-voice", "{{endpoint}}" ], "path": [ "v1", "sms-voice", "configuration-sets", "{{configurationSetName}}", "event-destinations" ] }, "description": "Create a new event destination in a configuration set." }, "response": [] }, { "name": "UpdateConfigurationSetEventDestination", "event": [ { "listen": "prerequest", "script": { "id": "03d7c96c-3aa5-4867-8d4a-88ebc780f935", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"sms-voice\");", "", "// Replace the value of this variable with the name of the configuration set that contains the event destination.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");", "", "// Replace the value of this variable with the name of the event destination that you want to update.", "pm.variables.set(\"eventDestinationName\", \"MyEventDestination\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"EventDestination\": {\n \"SnsDestination\": {\n \"TopicArn\": \"string\"\n },\n \"Enabled\": true|false,\n \"MatchingEventTypes\": [\n \"INITIATED_CALL\",\n \"RINGING\",\n \"ANSWERED\",\n \"COMPLETED_CALL\",\n \"BUSY\",\n \"FAILED\",\n \"NO_ANSWER\"\n ],\n \"CloudWatchLogsDestination\": {\n \"IamRoleArn\": \"string\",\n \"LogGroupArn\": \"string\"\n },\n \"KinesisFirehoseDestination\": {\n \"DeliveryStreamArn\": \"string\",\n \"IamRoleArn\": \"string\"\n }\n }\n}" }, "url": { "raw": "https://sms-voice.{{endpoint}}/v1/sms-voice/configuration-sets/{{configurationSetName}}/event-destinations/{{eventDestinationName}}", "protocol": "https", "host": [ "sms-voice", "{{endpoint}}" ], "path": [ "v1", "sms-voice", "configuration-sets", "{{configurationSetName}}", "event-destinations", "{{eventDestinationName}}" ] }, "description": "Updates an event destination in a configuration set. An event destination is a location that you publish information about your voice calls to. For example, you can log an event to an Amazon CloudWatch destination when a call fails." }, "response": [] }, { "name": "DeleteConfigurationSetEventDestination", "event": [ { "listen": "prerequest", "script": { "id": "03d7c96c-3aa5-4867-8d4a-88ebc780f935", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"sms-voice\");", "", "// Replace the value of this variable with the name of the configuration set that contains the event destination.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");", "", "// Replace the value of this variable with the name of the event destination that you want to delete.", "pm.variables.set(\"eventDestinationName\", \"MyEventDestination\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"EventDestination\": {\n \"SnsDestination\": {\n \"TopicArn\": \"string\"\n },\n \"Enabled\": true|false,\n \"MatchingEventTypes\": [\n \"INITIATED_CALL\",\n \"RINGING\",\n \"ANSWERED\",\n \"COMPLETED_CALL\",\n \"BUSY\",\n \"FAILED\",\n \"NO_ANSWER\"\n ],\n \"CloudWatchLogsDestination\": {\n \"IamRoleArn\": \"string\",\n \"LogGroupArn\": \"string\"\n },\n \"KinesisFirehoseDestination\": {\n \"DeliveryStreamArn\": \"string\",\n \"IamRoleArn\": \"string\"\n }\n }\n}" }, "url": { "raw": "https://sms-voice.{{endpoint}}/v1/sms-voice/configuration-sets/{{configurationSetName}}/event-destinations/{{eventDestinationName}}", "protocol": "https", "host": [ "sms-voice", "{{endpoint}}" ], "path": [ "v1", "sms-voice", "configuration-sets", "{{configurationSetName}}", "event-destinations", "{{eventDestinationName}}" ] }, "description": "Deletes an event destination in a configuration set." }, "response": [] } ], "_postman_isSubFolder": true }, { "name": "SMS & Voice: Voice Messages", "item": [ { "name": "SendVoiceMessage", "event": [ { "listen": "prerequest", "script": { "id": "fb764413-2de9-4c4c-9009-86ac5e0ecfec", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"sms-voice\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"Content\": {\n \"CallInstructionsMessage\": {\n \"Text\": \"string\"\n },\n \"PlainTextMessage\": {\n \"LanguageCode\": \"string\",\n \"Text\": \"string\",\n \"VoiceId\": \"string\"\n },\n \"SSMLMessage\": {\n \"LanguageCode\": \"string\",\n \"Text\": \"string\",\n \"VoiceId\": \"string\"\n }\n },\n \"OriginationPhoneNumber\": \"+12065550199\",\n \"ConfigurationSetName\": \"string\",\n \"DestinationPhoneNumber\": \"+14255550142\",\n \"CallerId\": \"string\"\n}" }, "url": { "raw": "https://sms-voice.{{endpoint}}/v1/sms-voice/voice/message", "protocol": "https", "host": [ "sms-voice", "{{endpoint}}" ], "path": [ "v1", "sms-voice", "voice", "message" ] }, "description": "Create voice messages from a text script, and then deliver them to your customers over the phone." }, "response": [] } ], "_postman_isSubFolder": true } ], "description": "Operations in the Amazon Pinpoint SMS and Voice API. Use these resources to configure and send voice messages.\n\nFor more information, see https://docs.aws.amazon.com/pinpoint-sms-voice/latest/APIReference/welcome.html.", "event": [ { "listen": "prerequest", "script": { "id": "6ba1c40b-5ec7-42d6-95b7-5d6fb77834b8", "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "id": "aef8297c-a51d-43cb-95a3-a7c75536c267", "type": "text/javascript", "exec": [ "" ] } } ] }, { "name": "Email API", "item": [ { "name": "Email: Account", "item": [ { "name": "GetAccount", "event": [ { "listen": "prerequest", "script": { "id": "10760bbd-e973-4928-ace4-c387cc9f86a2", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/account", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "account" ] } }, "response": [] }, { "name": "PutAccountSendingAttributes", "event": [ { "listen": "prerequest", "script": { "id": "10760bbd-e973-4928-ace4-c387cc9f86a2", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"SendingEnabled\": boolean\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/account/sending", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "account", "sending" ] }, "description": "Enable or disable the ability of your account to send email." }, "response": [] }, { "name": "PutAccountDedicatedIpWarmupAttributes", "event": [ { "listen": "prerequest", "script": { "id": "10760bbd-e973-4928-ace4-c387cc9f86a2", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"AutoWarmupEnabled\": boolean\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/account/dedicated-ips/warmup", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "account", "dedicated-ips", "warmup" ] }, "description": "Enable or disable the automatic warm-up feature for dedicated IP addresses." }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "id": "63e73628-3c4c-49b4-a2d0-af53e8d8e94b", "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "id": "5a8ec66e-c0ef-45dd-b471-bdb0f2dc265d", "type": "text/javascript", "exec": [ "" ] } } ], "_postman_isSubFolder": true }, { "name": "Email: Configuration Sets", "item": [ { "name": "CreateConfigurationSet", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"ConfigurationSetName\": \"string\",\n \"DeliveryOptions\": { \n \"SendingPoolName\": \"string\"\n },\n \"ReputationOptions\": { \n \"LastFreshStart\": number,\n \"ReputationMetricsEnabled\": true|false\n },\n \"SendingOptions\": { \n \"SendingEnabled\": true|false\n },\n \"Tags\": [ \n { \n \"Key\": \"string\",\n \"Value\": \"string\"\n }\n ],\n \"TrackingOptions\": { \n \"CustomRedirectDomain\": \"string\"\n }\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/configuration-sets", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "configuration-sets" ] } }, "response": [] }, { "name": "DeleteConfigurationSet", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the name of the configuration set ", "// that you want to retrieve information about.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/configuration-sets/{{configurationSetName}}", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "configuration-sets", "{{configurationSetName}}" ] }, "description": "Delete an existing configuration set.\n\nIn Amazon Pinpoint, configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email." }, "response": [] }, { "name": "GetConfigurationSet", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the name of the configuration set ", "// that you want to retrieve information about.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/configuration-sets/{{configurationSetName}}", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "configuration-sets", "{{configurationSetName}}" ] }, "description": "Get information about an existing configuration set, including the dedicated IP pool that it's associated with, whether or not it's enabled for sending email, and more." }, "response": [] }, { "name": "ListConfigurationSets", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/configuration-sets", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "configuration-sets" ] } }, "response": [] }, { "name": "PutConfigurationSetDeliveryOptions", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the name of the configuration set ", "// that you want to retrieve information about.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"SendingPoolName\": \"string\"\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/configuration-sets/{{configurationSetName}}/delivery-options", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "configuration-sets", "{{configurationSetName}}", "delivery-options" ] }, "description": "Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools to create groups of dedicated IP addresses for sending specific types of email." }, "response": [] }, { "name": "PutConfigurationSetReputationOptions", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the name of the configuration set ", "// that you want to retrieve information about.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ReputationMetricsEnabled\": boolean\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/configuration-sets/{{configurationSetName}}/reputation-options", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "configuration-sets", "{{configurationSetName}}", "reputation-options" ] }, "description": "Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific AWS Region." }, "response": [] }, { "name": "PutConfigurationSetSendingOptions", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the name of the configuration set ", "// that you want to retrieve information about.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"SendingEnabled\": boolean\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/configuration-sets/{{configurationSetName}}/sending", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "configuration-sets", "{{configurationSetName}}", "sending" ] }, "description": "Enable or disable email sending for messages that use a particular configuration set in a specific AWS Region." }, "response": [] }, { "name": "PutConfigurationSetTrackingOptions", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the name of the configuration set ", "// that you want to retrieve information about.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"CustomRedirectDomain\": \"string\"\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/configuration-sets/{{configurationSetName}}/tracking-options", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "configuration-sets", "{{configurationSetName}}", "tracking-options" ] }, "description": "Specify a custom domain to use for open and click tracking elements in email that you send using Amazon Pinpoint." }, "response": [] } ], "_postman_isSubFolder": true }, { "name": "Email: Dedicated IPs", "item": [ { "name": "CreateDedicatedIpPool", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"PoolName\": \"string\",\n \"Tags\": [ \n { \n \"Key\": \"string\",\n \"Value\": \"string\"\n }\n ]\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/dedicated-ip-pools", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "dedicated-ip-pools" ] }, "description": "Create a new pool of dedicated IP addresses. A pool can include one or more dedicated IP addresses that are associated with your Amazon Pinpoint account. You can associate a pool with a configuration set. When you send an email that uses that configuration set, Amazon Pinpoint sends it using only the IP addresses in the associated pool." }, "response": [] }, { "name": "DeleteDedicatedIpPool", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the name of the dedicated IP pool that you want to delete.", "pm.variables.set(\"dedicatedIpPoolName\", \"my_dedicated_ip_pool\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/dedicated-ip-pools/{{dedicatedIpPoolName}}", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "dedicated-ip-pools", "{{dedicatedIpPoolName}}" ] }, "description": "Delete a dedicated IP pool." }, "response": [] }, { "name": "GetDedicatedIp", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the dedicated IP address that you want to obtain more information about.", "// The IP address that you specify has to be associated with your Amazon SES account in the current Region.", "pm.variables.set(\"ipAddress\", \"192.0.2.0\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/dedicated-ips/{{ipAddress}}", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "dedicated-ips", "{{ipAddress}}" ] }, "description": "Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated with, as well information about the automatic warm-up process for the address." }, "response": [] }, { "name": "GetDedicatedIps", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the dedicated IP address that you want to obtain more information about.", "// The IP address that you specify has to be associated with your Amazon SES account in the current Region.", "pm.variables.set(\"ipAddress\", \"192.0.2.0\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/dedicated-ips", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "dedicated-ips" ] }, "description": "List the dedicated IP addresses that are associated with your Amazon Pinpoint account." }, "response": [] }, { "name": "ListDedicatedIpPools", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/dedicated-ip-pools", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "dedicated-ip-pools" ] }, "description": "List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region." }, "response": [] }, { "name": "PutDedicatedIpInPool", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the name of the dedicated IP pool that you want to delete.", "pm.variables.set(\"ipAddress\", \"192.0.2.0\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"DestinationPoolName\": \"string\"\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/dedicated-ips/{{ipAddress}}/pool", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "dedicated-ips", "{{ipAddress}}", "pool" ] }, "description": "Move a dedicated IP address to an existing dedicated IP pool.\n\nNote: \nThe dedicated IP address that you specify must already exist, and must be associated with your Amazon Pinpoint account. The dedicated IP pool you specify must also exist. You can create a new pool by using the CreateDedicatedIpPool operation." }, "response": [] }, { "name": "PutDedicatedIpWarmupAttributes", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the name of the dedicated IP pool that you want to delete.", "pm.variables.set(\"ipAddress\", \"192.0.2.0\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"WarmupPercentage\": number\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/dedicated-ips/{{ipAddress}}/warmup", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "dedicated-ips", "{{ipAddress}}", "warmup" ] }, "description": "Update the warm-up percentage for a dedicated IP address." }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "id": "6bebecbb-42c3-4246-b7d5-248e337d346e", "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "id": "1670e21f-e786-40e3-8d76-bced3bc367c8", "type": "text/javascript", "exec": [ "" ] } } ], "_postman_isSubFolder": true }, { "name": "Email: Deliverability Dashboard", "item": [ { "name": "CreateDeliverabilityTestReport", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Content\": { \n \"Raw\": { \n \"Data\": blob\n },\n \"Simple\": { \n \"Body\": { \n \"Html\": { \n \"Charset\": \"string\",\n \"Data\": \"string\"\n },\n \"Text\": { \n \"Charset\": \"string\",\n \"Data\": \"string\"\n }\n },\n \"Subject\": { \n \"Charset\": \"string\",\n \"Data\": \"string\"\n }\n }\n },\n \"FromEmailAddress\": \"string\",\n \"ReportName\": \"string\",\n \"Tags\": [ \n { \n \"Key\": \"string\",\n \"Value\": \"string\"\n }\n ]\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/deliverability-dashboard/test", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "deliverability-dashboard", "test" ] }, "description": "Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled by various email providers around the world. When you perform a predictive inbox placement test, you provide a sample message that contains the content that you plan to send to your customers. Amazon Pinpoint then sends that message to special email addresses spread across several major email providers. After about 24 hours, the test is complete, and you can use the GetDeliverabilityTestReport operation to view the results of the test." }, "response": [] }, { "name": "GetBlacklistReports", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"BlacklistItemNames\": [\n \"example.com\",\n \"example.org\"\n ]\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/deliverability-dashboard/blacklist-report", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "deliverability-dashboard", "blacklist-report" ] }, "description": "Retrieve a list of the blacklists that your dedicated IP addresses appear on." }, "response": [] }, { "name": "GetDeliverabilityDashboardOptions", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/deliverability-dashboard", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "deliverability-dashboard" ] }, "description": "Show the status of the Deliverability dashboard. When the Deliverability dashboard is enabled, you gain access to reputation metrics for the domains that you use to send email using Amazon Pinpoint. You also gain the ability to perform predictive inbox placement tests.\n\nWhen you use the Deliverability dashboard, you pay a monthly charge of USD$1,250.00, in addition to any other fees that you accrue by using Amazon Pinpoint. If you enable the Deliverability dashboard after the first day of a calendar month, AWS prorates the monthly charge based on how many days have elapsed in the current calendar month." }, "response": [] }, { "name": "GetDeliverabilityTestReport", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the ID of the deliverability test report that you want to retrieve.", "pm.variables.set(\"reportId\", \"12345\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/deliverability-dashboard/test-reports/{{reportId}}", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "deliverability-dashboard", "test-reports", "{{reportId}}" ] }, "description": "Retrieve the results of a predictive inbox placement test." }, "response": [] }, { "name": "GetDomainStatisticsReport", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Change the value of this variable to the domain that you want to obtain a statistics report for.", "pm.variables.set(\"domainName\", \"example.com\");", "" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"EndDate\": 1548925200,\n \"StartDate\": 1546333200\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/deliverability-dashboard/statistics-report/{{domainName}}", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "deliverability-dashboard", "statistics-report", "{{domainName}}" ] }, "description": "Retrieve inbox placement and engagement rates for the domains that you use to send email." }, "response": [] }, { "name": "ListDeliverabilityTestReports", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/deliverability-dashboard/test-reports", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "deliverability-dashboard", "test-reports" ] }, "description": "Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For predictive inbox placement tests that are complete, you can use the GetDeliverabilityTestReport operation to view the results." }, "response": [] }, { "name": "PutDeliverabilityDashboardOption", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"DashboardEnabled\": boolean\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/deliverability-dashboard", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "deliverability-dashboard" ] }, "description": "Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation metrics for the domains that you use to send email using Amazon Pinpoint. You also gain the ability to perform predictive inbox placement tests.\n\nWhen you use the Deliverability dashboard, you pay a monthly charge of USD$1,250.00, in addition to any other fees that you accrue by using Amazon Pinpoint. If you enable the Deliverability dashboard after the first day of a calendar month, we prorate the monthly charge based on how many days have elapsed in the current calendar month." }, "response": [] } ], "_postman_isSubFolder": true }, { "name": "Email: Event Destinations", "item": [ { "name": "CreateConfigurationSetEventDestination", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the name of the configuration set ", "// that you want to create the event destination in.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"EventDestination\": { \n \"CloudWatchDestination\": { \n \"DimensionConfigurations\": [ \n { \n \"DefaultDimensionValue\": \"string\",\n \"DimensionName\": \"string\",\n \"DimensionValueSource\": \"string\"\n }\n ]\n },\n \"Enabled\": true|false,\n \"KinesisFirehoseDestination\": { \n \"DeliveryStreamArn\": \"string\",\n \"IamRoleArn\": \"string\"\n },\n \"MatchingEventTypes\": [ \n \t\"SEND\",\n \t\"REJECT\",\n \t\"BOUNCE\",\n \t\"COMPLAINT\",\n \t\"DELIVERY\",\n \t\"OPEN\",\n \t\"CLICK\",\n \t\"RENDERING_FAILURE\"\n ],\n \"PinpointDestination\": { \n \"ApplicationArn\": \"string\"\n },\n \"SnsDestination\": { \n \"TopicArn\": \"string\"\n }\n },\n \"EventDestinationName\": \"string\"\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/configuration-sets/{{configurationSetName}}/event-destinations", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "configuration-sets", "{{configurationSetName}}", "event-destinations" ] }, "description": "Create an event destination. In Amazon Pinpoint, events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.\n\nA single configuration set can include more than one event destination." }, "response": [] }, { "name": "GetConfigurationSetEventDestinations", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the name of the configuration set ", "// that you want to create the event destination in.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/configuration-sets/{{configurationSetName}}/event-destinations", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "configuration-sets", "{{configurationSetName}}", "event-destinations" ] }, "description": "Retrieve a list of event destinations that are associated with a configuration set." }, "response": [] }, { "name": "DeleteConfigurationSetEventDestination", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the name of the configuration set ", "// that contains the event destination that you want to delete.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");", "", "// Replace the value of this variable with the name of the event destination ", "// that you want to delete.", "pm.variables.set(\"eventDestinationName\", \"MyEventDestination\");" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/configuration-sets/{{configurationSetName}}/event-destinations/{{eventDestinationName}}", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "configuration-sets", "{{configurationSetName}}", "event-destinations", "{{eventDestinationName}}" ] }, "description": "Delete an event destination.\n\nIn Amazon Pinpoint, events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage." }, "response": [] }, { "name": "UpdateConfigurationSetEventDestination", "event": [ { "listen": "prerequest", "script": { "id": "ab5d399f-bd6d-4b6c-b08f-fae10f6ec64d", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Replace the value of this variable with the name of the configuration set ", "// that you want to create the event destination in.", "pm.variables.set(\"configurationSetName\", \"MyConfigurationSet\");", "", "// Replace the value of this variable with the name of the event destination ", "// that you want to update.", "pm.variables.set(\"eventDestinationName\", \"MyEventDestination\");" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"EventDestination\": { \n \"CloudWatchDestination\": { \n \"DimensionConfigurations\": [ \n { \n \"DefaultDimensionValue\": \"string\",\n \"DimensionName\": \"string\",\n \"DimensionValueSource\": \"string\"\n }\n ]\n },\n \"Enabled\": true|false,\n \"KinesisFirehoseDestination\": { \n \"DeliveryStreamArn\": \"string\",\n \"IamRoleArn\": \"string\"\n },\n \"MatchingEventTypes\": [ \n \t\"SEND\",\n \t\"REJECT\",\n \t\"BOUNCE\",\n \t\"COMPLAINT\",\n \t\"DELIVERY\",\n \t\"OPEN\",\n \t\"CLICK\",\n \t\"RENDERING_FAILURE\"\n ],\n \"PinpointDestination\": { \n \"ApplicationArn\": \"string\"\n },\n \"SnsDestination\": { \n \"TopicArn\": \"string\"\n }\n },\n \"EventDestinationName\": \"string\"\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/configuration-sets/{{configurationSetName}}/event-destinations/{{eventDestinationName}}", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "configuration-sets", "{{configurationSetName}}", "event-destinations", "{{eventDestinationName}}" ] }, "description": "Update an event destination for a configuration set.\n\nIn Amazon Pinpoint, events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage." }, "response": [] } ], "_postman_isSubFolder": true }, { "name": "Email: Identities", "item": [ { "name": "CreateEmailIdentity", "event": [ { "listen": "prerequest", "script": { "id": "9b9061e7-e128-47a0-839b-99fcbb741d9b", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"EmailIdentity\": \"string\",\n \"Tags\": [ \n { \n \"Key\": \"string\",\n \"Value\": \"string\"\n }\n ]\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/identities", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "identities" ] }, "description": "Verifies an email identity for use with Amazon Pinpoint. In Amazon Pinpoint, an identity is an email address or domain that you use when you send email. Before you can use an identity to send email with Amazon Pinpoint, you first have to verify it. By verifying an address, you demonstrate that you're the owner of the address, and that you've given Amazon Pinpoint permission to send email from the address.\n\nWhen you verify an email address, Amazon Pinpoint sends an email to the address. Your email address is verified as soon as you follow the link in the verification email.\n\nWhen you verify a domain, this operation provides a set of DKIM tokens, which you can convert into CNAME tokens. You add these CNAME tokens to the DNS configuration for your domain. Your domain is verified when Amazon Pinpoint detects these records in the DNS configuration for your domain. It usually takes around 72 hours to complete the domain verification process.\n\n" }, "response": [] }, { "name": "DeleteEmailIdentity", "event": [ { "listen": "prerequest", "script": { "id": "9b9061e7-e128-47a0-839b-99fcbb741d9b", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Change the value of this variable to the name of the identity that you want to retrieve information about.", "let identity = encodeURIComponent(\"sender@example.com\");", "", "// Don't change this variable", "pm.variables.set(\"emailIdentity\", identity);" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/identities/{{emailIdentity}}", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "identities", "{{emailIdentity}}" ] }, "description": "Deletes an email identity that you previously verified for use with Amazon Pinpoint. An identity can be either an email address or a domain name." }, "response": [] }, { "name": "GetEmailIdentity", "event": [ { "listen": "prerequest", "script": { "id": "9b9061e7-e128-47a0-839b-99fcbb741d9b", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Change the value of this variable to the name of the identity that you want to retrieve information about.", "let identity = encodeURIComponent(\"sender@example.com\");", "", "// Don't change this variable", "pm.variables.set(\"emailIdentity\", identity);" ], "type": "text/javascript" } } ], "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/identities/{{emailIdentity}}", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "identities", "{{emailIdentity}}" ] }, "description": "Provides information about a specific identity associated with your Amazon Pinpoint account, including the identity's verification status, its DKIM authentication status, and its custom Mail-From settings." }, "response": [] }, { "name": "ListEmailIdentities", "event": [ { "listen": "prerequest", "script": { "id": "9b9061e7-e128-47a0-839b-99fcbb741d9b", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/identities", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "identities" ] }, "description": "Returns a list of all of the email identities that are associated with your Amazon Pinpoint account. An identity can be either an email address or a domain. This operation returns identities that are verified as well as those that aren't. This list also includes email addresses that are associated with Amazon SES in the current account." }, "response": [] }, { "name": "PutEmailIdentityDkimAttributes", "event": [ { "listen": "prerequest", "script": { "id": "9b9061e7-e128-47a0-839b-99fcbb741d9b", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Change the value of this variable to the name of the identity that you want to retrieve information about.", "let identity = encodeURIComponent(\"sender@example.com\");", "", "// Don't change this variable", "pm.variables.set(\"emailIdentity\", identity);" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"SigningEnabled\": boolean\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/identities/{{emailIdentity}}/dkim", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "identities", "{{emailIdentity}}", "dkim" ] }, "description": "Used to enable or disable DKIM authentication for an email identity." }, "response": [] }, { "name": "PutEmailIdentityFeedbackAttributes", "event": [ { "listen": "prerequest", "script": { "id": "9b9061e7-e128-47a0-839b-99fcbb741d9b", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Change the value of this variable to the name of the identity that you want to retrieve information about.", "let identity = encodeURIComponent(\"sender@example.com\");", "", "// Don't change this variable", "pm.variables.set(\"emailIdentity\", identity);" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"EmailForwardingEnabled\": boolean\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/identities/{{emailIdentity}}/feedback", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "identities", "{{emailIdentity}}", "feedback" ] }, "description": "Used to enable or disable feedback forwarding for an identity. This setting determines what happens when an identity is used to send an email that results in a bounce or complaint event.\n\nWhen you enable feedback forwarding, Amazon Pinpoint sends you email notifications when bounce or complaint events occur. Amazon Pinpoint sends this notification to the address that you specified in the Return-Path header of the original email.\n\nWhen you disable feedback forwarding, Amazon Pinpoint sends notifications through other mechanisms, such as by notifying an Amazon SNS topic. You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications, Amazon Pinpoint sends an email notification when these events occur (even if this setting is disabled)." }, "response": [] }, { "name": "PutEmailIdentityMailFromAttributes", "event": [ { "listen": "prerequest", "script": { "id": "9b9061e7-e128-47a0-839b-99fcbb741d9b", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");", "", "// Change the value of this variable to the name of the identity that you want to retrieve information about.", "let identity = encodeURIComponent(\"sender@example.com\");", "", "// Don't change this variable", "pm.variables.set(\"emailIdentity\", identity);" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"BehaviorOnMxFailure\": \"USE_DEFAULT_VALUE\" | \"REJECT_MESSAGE\",\n \"MailFromDomain\": \"mail.example.com\"\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/identities/{{emailIdentity}}/mail-from", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "identities", "{{emailIdentity}}", "mail-from" ] }, "description": "Used to enable or disable the custom Mail-From domain configuration for an email identity." }, "response": [] } ], "_postman_isSubFolder": true }, { "name": "Email: Send", "item": [ { "name": "SendEmail", "event": [ { "listen": "prerequest", "script": { "id": "ba3f50e1-86bb-4948-a60f-f8a8b8758781", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"ConfigurationSetName\": \"string\",\n \"Content\": {\n \"Raw\": {\n \"Data\": blob\n },\n \"Simple\": {\n \"Body\": {\n \"Html\": {\n \"Charset\": \"string\",\n \"Data\": \"string\"\n },\n \"Text\": {\n \"Charset\": \"string\",\n \"Data\": \"string\"\n }\n },\n \"Subject\": {\n \"Charset\": \"string\",\n \"Data\": \"string\"\n }\n }\n },\n \"Destination\": {\n \"BccAddresses\": [\n \"string\"\n ],\n \"CcAddresses\": [\n \"string\"\n ],\n \"ToAddresses\": [\n \"string\"\n ]\n },\n \"EmailTags\": [\n {\n \"Name\": \"string\",\n \"Value\": \"string\"\n }\n ],\n \"FeedbackForwardingEmailAddress\": \"string\",\n \"FromEmailAddress\": \"string\",\n \"ReplyToAddresses\": [\n \"string\"\n ]\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/outbound-emails", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "outbound-emails" ] }, "description": "Sends an email message. You can use the Amazon Pinpoint Email API to send two types of messages:\n\nSimple – A standard email message. When you create this type of message, you specify the sender, the recipient, and the message body, and Amazon Pinpoint assembles the message for you.\nRaw – A raw, MIME-formatted email message. When you send this type of email, you have to specify all of the message headers, as well as the message body. You can use this message type to send messages that contain attachments. The message that you specify has to be a valid MIME message.\n" }, "response": [] } ], "_postman_isSubFolder": true }, { "name": "Email: Tags", "item": [ { "name": "TagResource", "event": [ { "listen": "prerequest", "script": { "id": "420d755a-4f99-43d6-97fd-08434ada1b36", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"ResourceArn\": \"string\",\n \"Tags\": [ \n { \n \"Key\": \"string\",\n \"Value\": \"string\"\n }\n ]\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/tags", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "tags" ] }, "description": "Add one or more tags (keys and values) to a specified resource. A tag is a label that you optionally define and associate with a resource in Amazon Pinpoint. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria. A resource can have as many as 50 tags.\n\nEach tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key." }, "response": [] }, { "name": "ListTagsForResource", "event": [ { "listen": "prerequest", "script": { "id": "420d755a-4f99-43d6-97fd-08434ada1b36", "exec": [ "// Don't change this variable", "pm.variables.set(\"serviceName\", \"ses\");" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ResourceArn\": \"string\"\n}" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/tags", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "tags" ] }, "description": "Retrieve a list of the tags (keys and values) that are associated with a specified resource. A tag is a label that you optionally define and associate with a resource in Amazon Pinpoint. Each tag consists of a required tag key and an optional associated tag value. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key." }, "response": [] }, { "name": "UntagResource", "event": [ { "listen": "prerequest", "script": { "id": "420d755a-4f99-43d6-97fd-08434ada1b36", "exec": [ "// Don't change this variable.", "pm.variables.set(\"serviceName\", \"ses\");", "", "let region = pm.variables.get(\"region\");", "let accountId = pm.variables.get(\"accountId\");", "", "// Replace the value of this variable with the path to the resource that you want to untag.", "let resource = encodeURI(\"identity/identity@example.com\");", "", "pm.variables.set(\"resourceArn\",\"arn%3Aaws%3Ases%3A\" + region + \"%3A\" + accountId + \"%3A\" + resource);" ], "type": "text/javascript" } } ], "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://email.{{region}}.amazonaws.com/v1/email/tags?TagKeys=key1&TagKeys=key2&ResourceArn={{resourceArn}}", "protocol": "https", "host": [ "email", "{{region}}", "amazonaws", "com" ], "path": [ "v1", "email", "tags" ], "query": [ { "key": "TagKeys", "value": "key1" }, { "key": "TagKeys", "value": "key2" }, { "key": "ResourceArn", "value": "{{resourceArn}}" } ] }, "description": "Remove one or more tags (keys and values) from a specified resource." }, "response": [] } ], "_postman_isSubFolder": true } ] } ], "auth": { "type": "awsv4", "awsv4": [ { "key": "service", "value": "{{serviceName}}", "type": "string" }, { "key": "secretKey", "value": "{{secretAccessKey}}", "type": "string" }, { "key": "accessKey", "value": "{{accessKey}}", "type": "string" }, { "key": "region", "value": "{{region}}", "type": "string" } ] }, "event": [ { "listen": "prerequest", "script": { "id": "10620073-5e77-49ce-b8eb-d2eab2fb6492", "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "id": "d2720571-b8b8-4ad6-823a-df8a2bf394b5", "type": "text/javascript", "exec": [ "" ] } } ] }