v2

latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Locations

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

is_paginatedtrue required
has_nextboolean
page_sizeinteger

Example response

{
  "data": [
    {
      "display": "Cempaka Putih, Kota Jakarta Pusat, DKI Jakarta"
    }
  ],
  "is_paginated": true,
  "page_size": 25
}