MOVE Last Location API
MOVE Backend APIs
Returns the last known location of an SDK user. The context
describes the location source. At the moment the following contexts exist:
TIMELINE-END: last timeline location
CAR-END: last car trip location
TRIP-POSITION: live updates during a trip
USERPOS: user position - reported about once per day (if OS wakes up app at all), independent of user timeline; NOTE may be older than e.g. timeline-end, so please check timestamp
TAG: Trip position can be tagged the context name is
Last location
GET
https://sdk.dolph.in/v20/location
Returns last position of each context
Query Parameters
projectId *
integer
userId*
String
Headers
Authorization*
String
Basic <ProjectId>:<API-Key>
Last context location
GET
https://sdk.dolph.in/v20/location/{context}
Returns last location of specific context
Path Parameters
context*
String
timeline-end, car-end, userpos, trip-position
Query Parameters
userId*
String
projectId*
String
Headers
Authorization
String
Basic <ProjectId>:<API-Key>
Last updated