Skip to main content
POST

Authorizations

Authorization
string
header
required

Enter a Bearer token obtained via the OAuth client credentials flow or from the Access Tokens tab in your account settings.

Body

application/json
account_id
integer
required

The ID of the account you're requesting data for.

Example:

1111

query
string
default:*

The search query for geo boundary names. Supports partial matching and word start matching. Use '*' or omit to return all boundaries.

Example:

"raleigh"

geo_type
enum<string>[]

Filter results by geo boundary type(s). Can be a single value or an array of values. If not provided, all types are returned.

Available options:
MSA,
BespokeSubmarket,
CensusPlace,
ZipCode,
County,
Neighborhood
Example:
limit
integer
default:10

Maximum number of results to return. Must be between 1 and 1000.

Required range: 1 <= x <= 1000
Example:

10

geo_boundary_id
integer

Filter results to boundaries that intersect with this geo boundary ID.

Example:

123

intersecting_geometry
object

GeoJSON Polygon or MultiPolygon geometry object to filter results by spatial intersection.

Example:

Response

Successfully retrieved matching geo boundaries.

data
object[]
required

Array of geo boundary search results