v2
latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MBLocations
List locations for authenticated business flows
Requires the order:create scope. Retrieve a cursor-paginated list of locations with optional search.
get/v3/locations
Query parameters
page_sizeinteger
Number of items per page.
next_cursorstring
Opaque cursor for the next page.
previous_cursorstring
Opaque cursor for the previous page.
searchstring
Search term for location names
Response
Locations list
Example response
{
"data": [
{
"display": "Cempaka Putih, Kota Jakarta Pusat, DKI Jakarta"
}
],
"is_paginated": true,
"page_size": 25
}