Locations

You will often need your locationId to preform operations.

Get locations

GET https://api.daslab.app/orgs/:id/locations

This endpoint allows you to list your locations.

Path Parameters

Headers

{
    "id": 1000,
    "orgId": 1001,
    "countryIso2": "DE",
    "type": "sampler",
    "name": "TEST sampler",
    "lat": "52.32133",
    "lng": "1.12331",
    ...
 }

Last updated