Retrieve a promo code exception list

Retrieves the object of an existing promo code exception list. You need to pass the unique impact.com exception list Id value that was returned upon 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 exception list identifiers.

Example Request


curl 'https://api.impact.com/Advertisers/<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": "/Advertisers/<AccountSID>/PromoCodeExceptionLists/10000"   
}