{
"skipChecks": {
"skipAllBillingChecks": true
}
}curl --location 'https://www.amazon.com/ap/oa/eligibility/programs' \
--header 'Accept-Language;' \
--header 'Amazon-Ads-AccountId;' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Content-Type: application/json' \
--data '{
"skipChecks": {
"skipAllBillingChecks": true
}
}'{
"eligibilityStatusMap": {
"property1": {
"eligible": true,
"reasons": [
{
"code": "ACCOUNT_SUSPENDED",
"description": "string",
"level": "INELIGIBLE"
}
]
},
"property2": {
"eligible": true,
"reasons": [
{
"code": "ACCOUNT_SUSPENDED",
"description": "string",
"level": "INELIGIBLE"
}
]
}
}
}