Skip to main content
GET
Get Measurement Location

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Example:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Path Parameters

id
string
required
Required string length: 20 - 37
Examples:

"mlc_1CCZASA6Q1S0V8T4"

"mlc_1GF73PG90SBXKEX1"

Response

Successful Response

id
string
required
Required string length: 20 - 37
Examples:

"mlc_1CCZASA6Q1S0V8T4"

"mlc_1GF73PG90SBXKEX1"

latitude
number
required

A WGS84 latitude in decimal degrees, between -90 and 90.

Required range: -90 <= x <= 90
Examples:

51.5072

-33.8688

longitude
number
required

A WGS84 longitude in decimal degrees, between -180 and 180.

Required range: -180 <= x <= 180
Examples:

-0.1276

151.2093

supplier_reference_id
string | null
required

A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.

Required string length: 1 - 200