Skip to content

Returns all store markers.

GET
/api/map/markers/stores

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Query Parameters

status
help
scope
type
Defaultnull

Responses

Success

application/json
JSON
[
{
"id": 0,
"name": "string",
"lat": 0,
"lon": 0,
"categoryType": 0
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python