{
"filters": [
{
"endDate": "2019-08-24T14:15:22.123Z",
"fieldName": "caption",
"filterType": "RANGE",
"startDate": "2019-08-24T14:15:22.123Z",
"values": [
"string"
]
}
],
"maxResults": 50,
"metricEndDate": "string",
"metricStartDate": "string",
"nextToken": "string",
"profileId": "string",
"selectedMetrics": [
"clickThroughRate"
],
"sortCriterion": {
"sortField": "clickThroughRate",
"sortOrder": "ASC"
}
}curl --location 'https://www.amazon.com/ap/oa/bp/v2/posts/list' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Content-Type: application/vnd.bpPost.v2+json' \
--data '{
"filters": [
{
"endDate": "2019-08-24T14:15:22.123Z",
"fieldName": "caption",
"filterType": "RANGE",
"startDate": "2019-08-24T14:15:22.123Z",
"values": [
"string"
]
}
],
"maxResults": 50,
"metricEndDate": "string",
"metricStartDate": "string",
"nextToken": "string",
"profileId": "string",
"selectedMetrics": [
"clickThroughRate"
],
"sortCriterion": {
"sortField": "clickThroughRate",
"sortOrder": "ASC"
}
}'{}