---
title: "Search Accounting Platform Locations"
method: GET
path: "/v1/web/accounting-integration-location"
tags: ["Accounting Integration Location"]
---

# Search Accounting Platform Locations

`GET /v1/web/accounting-integration-location`

## Query parameters

- `nameLike` string
- `statuses` string
- `createdAt` string
- `updatedAt` string
- `cursor` string
- `pageSize` integer
- `orderBy` string

## Response `200`

Default Response

- object
  - `items` object[], required
    - `rutterLocationId` string, required
    - `rutterParentLocationId` string, nullable, required
    - `name` string, nullable, required
    - `status` union, required
      - 'active'
      - 'archived'
    - `subsidiaryIds` string[], required
    - `createdAt` string, date-time, nullable, required
    - `updatedAt` string, date-time, nullable, required
  - `nextCursor` string

## Other responses

- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `default` — Catch-all error response for any unexpected internal errors

---

[API](https://skmtc.net/funneldash/apis/surface-web-api.md) · [All operations](https://skmtc.net/funneldash/apis/surface-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/funneldash/surface-web-api/versions/ac700d65f443/schema)
