v2
latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MBHTML 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
Example response
{
"data": [
{
"display": "Cempaka Putih, Kota Jakarta Pusat, DKI Jakarta"
}
]
}