Addresses
Get Residents
Return residents for a given address geo ID. This endpoint supports both pagination styles:
-
Cursor-based pagination (default): Used when no pagination parameters are provided or when
cursor
parameter is specified. This provides better performance for large datasets. -
Offset-based pagination: Used when
page
parameter is explicitly provided (and no cursor). If both cursor and page are provided, cursor pagination takes precedence.
GET
Authorizations
Path Parameters
Address geo ID
Query Parameters
Cursor for pagination
Page number for offset-based pagination (only used if cursor is not provided)
Required range:
x >= 1
Number of items per page
Required range:
1 <= x <= 100
Response
200
application/json
Residents for a given address geo ID
Paginated response for residents.
Paginated response for residents.
Cursor-based paginated response for residents.