List a location's government bodies
Returns a cursor-paginated list of the government bodies (city councils, planning commissions, …) for one location, ordered by last update (oldest first) so you can sync incrementally. Page forward by passing the previous response’s next_cursor as cursor. Pass updated_since to return only bodies changed at or after that time; it composes with the cursor. Returns 404 if the location does not exist or your API key is not entitled to it.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The location's public uuid.
"5f2b0c3a-1d4e-4a8b-9f6d-2a1c3e4b5d6f"
Query Parameters
Maximum number of items to return per page.
1 <= x <= 10050
Opaque pagination cursor from a previous response's next_cursor. Omit for the first page.
"eyJ1IjoiMjAyNi0wNS0wMSAxODoyMjoxMCIsImkiOjQyfQ"
Inclusive lower bound on updated_at (ISO-8601 with a UTC Z or numeric offset, e.g. 2026-05-01T18:22:10Z). Returns only records changed at or after this time, ordered and paged exactly like a normal request — pass it alongside cursor to sync incrementally. A malformed or offset-less timestamp returns 400.
"2026-05-01T18:22:10Z"