POST
/
fb_targeting
/
zip_code_matching
Error
A valid request URL is required to generate request examples
{
  "matched_zips": [
    {
      "key": "<string>",
      "name": "<string>",
      "type": "<string>",
      "country_codes": [],
      "is_worldwide": true,
      "country_code": "<string>",
      "country_name": "nullable string",
      "region": "<string>",
      "region_id": 123,
      "primary_city": "<string>",
      "primary_city_id": 123,
      "supports_region": true,
      "supports_city": true,
      "id": "<string>",
      "audience_size": 123,
      "path": [
        "<string>"
      ],
      "description": "<string>",
      "valid": true,
      "coverage": 123,
      "subtext": "<string>",
      "geo_hierarchy_name": "<string>",
      "geo_hierarchy_level": "<string>"
    }
  ],
  "unmatched_zips": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Copy your Cognito JWT Token below: 'Bearer <JWT>'

Query Parameters

country_code
string
required

Country where to search the given zip codes

zips
string
required

Comma-separated list of zip codes

Response

Success

matched_zips
object[]
unmatched_zips
string[]

Zip codes which could not be matched