Retrieves the object of an existing promo code exception list. You need to pass the unique impact.com promo code exception list Id value that was returned upon promo code exception list creation or when listing promo code exception lists.
Parameters
No parameters.
Returns
Returns a promo code exception list object if a valid identifier is provided. Returns an error for invalid promo code exception list identifiers.
Example request
curl 'https://api.impact.com/Mediapartners/<AccountSID>/PromoCodeExceptionLists/10000' \
-X GET \
-u '<AccountSID>:<AuthToken>' \
-H 'Accept: application/json'
Example response
{
"Id": "10000",
"Value": "WhiteAnvils",
"MatchMode": "EQ",
"ListId": "185",
"CreatedDate": "2019-09-03T16:15:02-07:00",
"DeactivationDate": "",
"NumberOfItems": "2",
"Uri": "/Mediapartners/<AccountSID>/PromoCodeExceptionLists/10000"
}