{
"filters": [
{
"field": "CONVERSION_DEFINITION_ID",
"values": [
"string"
]
}
],
"maxResults": "10",
"nextToken": "string"
}curl --location 'https://www.amazon.com/ap/oa/accounts//dsp/conversionDefinitions/list' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Amazon-Ads-AccountId;' \
--header 'Content-Type: application/vnd.dspconversiondefinition.v1+json' \
--data '{
"filters": [
{
"field": "CONVERSION_DEFINITION_ID",
"values": [
"string"
]
}
],
"maxResults": "10",
"nextToken": "string"
}'{}