get https://backstage.taboola.com/backstage/api/1.0//campaigns//targeting/postal_code
Response Body
The response body is a Targeting Restrictions Object, with 2 properties:
type
- e.g. "INCLUDE"collection
- an array of postal codes (as Strings)
{
"type": "INCLUDE" ,
"collection:" [
"1351",
"1430",
"1522",
"1534",
"1540",
"1585",
"1601"
]
}