curl --request GET \
--url https://api.app.hrizn.io/v1/public/site/target-geography \
--header 'X-API-Key: <api-key>'{
"data": {
"targets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"location": "<string>",
"display_name": "<string>",
"location_type": "zipcode",
"geojson": {},
"location_profile": {
"community_type": "<string>",
"character": "<string>",
"demographics": "<string>",
"notable_features": [
"<string>"
],
"terrain": "<string>",
"lifestyle": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}
}Returns all target geography locations with boundaries and AI-generated location profiles.
curl --request GET \
--url https://api.app.hrizn.io/v1/public/site/target-geography \
--header 'X-API-Key: <api-key>'{
"data": {
"targets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"location": "<string>",
"display_name": "<string>",
"location_type": "zipcode",
"geojson": {},
"location_profile": {
"community_type": "<string>",
"character": "<string>",
"demographics": "<string>",
"notable_features": [
"<string>"
],
"terrain": "<string>",
"lifestyle": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}
}Your Hrizn API key (prefix hzk_)
Target geography locations
Hide child attributes
Hide child attributes
zipcode, city, custom Hide child attributes