v3

latestOpenAPI 3.1.0Proprietary (Listings API Terms of Service)2026-07-3156148214.6 KB
Locations

All locations that belong to an account.

Returns a cursor-paginated list of locations in your account.

get/api/v4/locations

Query parameters

firstinteger

Number of records to return, counting forward from the start of the result set.

afterstring

Cursor to page forward from. Pass pageInfo.endCursor, or equivalently the cursor of the last edge in the previous page. Stop paging when pageInfo.hasNextPage is false, or when a page returns an empty edges array.

lastinteger

Number of records to return, counting backward from the end of the result set.

beforestring

Cursor to page backward from, used with last. Pass the cursor of the first edge of the page you are moving back from — the gateway's shared PageInfo type exposes no startCursor field.

filterstring

JSON-encoded filter object

JSON-encoded filter object to narrow the result set (e.g. by tag, folder, or approval status).

Response

Successful response

totalCountinteger