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
Name
Type
Description
id
string
ID of of your organisation
Headers
Name
Type
Description
x-api-key
string
Authentication token
{
"id": 1000,
"orgId": 1001,
"countryIso2": "DE",
"type": "sampler",
"name": "TEST sampler",
"lat": "52.32133",
"lng": "1.12331",
...
}
Last updated
Was this helpful?