Skip to main content
GET
/
projects
/
{project_id}
/
locations
Device map markers in a bounding box (requires project member).
curl --request GET \
  --url https://api.ilyama.golain.io/core/api/v1/projects/{project_id}/locations \
  --header 'Authorization: Bearer <token>' \
  --header 'ORG-ID: <api-key>'
{
  "data": {
    "locations": {
      "clusters": [
        "<unknown>"
      ],
      "devices": [
        {}
      ]
    }
  },
  "meta": {
    "bounding_box_required": true,
    "cluster_marker_count": 123,
    "device_marker_count": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ORG-ID
string
header
required

Path Parameters

project_id
string<uuid>
required

Query Parameters

bounding_box
string
required

JSON array [min_lng, min_lat, max_lng, max_lat]

Response

Locations loaded

data
object
required
meta
object
required
ok
enum<integer>
required
Available options:
1