v2

latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
HTML Mode Pages

Search HTML Mode delivery locations

Page-scoped public endpoint for HTML Mode location lookup. Requires the page public API key for the page_unique_id path page and validates the browser origin against domains attached to the page, or the business domains when the page has no attached domains.

get/v3/pages/{page_unique_id}/locations

Query parameters

searchstring
page_sizeinteger
next_cursorstring

Cursor returned by the previous response. Use only one of next_cursor or previous_cursor.

previous_cursorstring

Cursor returned by the previous response. Use only one of next_cursor or previous_cursor.

Response

Location search results

is_paginatedboolean required
has_nextboolean
has_previousboolean
next_cursorstring nullable
previous_cursorstring nullable
page_sizeinteger

Example response

{
  "data": [
    {
      "display": "Cempaka Putih, Kota Jakarta Pusat, DKI Jakarta"
    }
  ]
}