cURL
curl --request GET \ --url https://api.cryosphereinnovation.com/public/deployment/data/{deployment_uuid} \ --header 'Authorization: Bearer <token>'
[ { "time_stamp": 1714406430, "latitude": 84.938352, "longitude": -55.574828 } ]
Returns SIMB3 data given a deployment UUID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier (UUID) of the deployment
List of deployment data
The timestamp of the transmission in Universal Coordinated Time (UTC) and UNIX format
1714406430
Latitiude of the deployment
84.938352
Longitude of the deployment
-55.574828
Was this page helpful?