Search Geo Boundaries
Searches for geo boundaries by name and type. Returns matching geographic areas including MSAs, Submarkets, Census Places (Cities, Towns, etc.), Counties, Zip Codes, and Neighborhoods. Result order is weighted by property count and geo type relevance.
Authorizations
Enter a Bearer token obtained via the OAuth client credentials flow or from the Access Tokens tab in your account settings.
Body
The ID of the account you're requesting data for.
1111
The search query for geo boundary names. Supports partial matching and word start matching. Use '*' or omit to return all boundaries.
"raleigh"
Filter results by geo boundary type(s). Can be a single value or an array of values. If not provided, all types are returned.
MSA, BespokeSubmarket, CensusPlace, ZipCode, County, Neighborhood ["MSA", "BespokeSubmarket"]Maximum number of results to return. Must be between 1 and 1000.
1 <= x <= 100010
Filter results to boundaries that intersect with this geo boundary ID.
123
Response
Successfully retrieved matching geo boundaries.
Array of geo boundary search results