List locations (cursor)
Developing
Returns locations for a scrollable table with filters, sorting, and cursor-based pagination.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Add parameter in cookie access_token
Example:access_token: ********************
or
Request Code Samples
curl --location --request GET 'https://mock.apidog.com/m1/1052146-0-default/locations?cursor&limit&search&sortKey&sortDir&status&revenue_min&revenue_max&sales_growth_min&sales_growth_max&inventory_min&inventory_max&potential_retail_min&potential_retail_max&profit_margin_min&profit_margin_max' \
--header 'Authorization: Bearer <token>'
Modified at 2025-10-03 12:02:57