moovexDocs

Get site by id

Returns site details by numeric id.

GET/sites/single/{id}

Path Parameters

ParameterTypeDescription
idstringSite numeric id

Example Response

{
  "id": 1,
  "name": "Tel Aviv Depot",
  "operation": "evs",
  "companyId": 3,
  "email": "ta-depot@example.com",
  "phone": "+15551234567",
  "address": {
    "name": "HQ",
    "lat": 32.08,
    "lng": 34.78
  }
}

On this page