Example requests
MOVE Backend APIs
Create a new user
POST https://sdk.dolph.in/v20/user
content-type: application/json
Authorization: Basic {PROJECT_ID}:{API_KEY}
{
"userId": "string"
}{
"accessToken": "{ACCESS_TOKEN}", // allows communication with MOVE SDK back-end
"refreshToken": "{REFRESH_TOKEN}", // allows Move App to renew access token
"userId": "{USER_ID}",
"audience": "{NAME_OF_API_KEY}",
"projectId": {PROJECT_ID}
}Create a new user (authCode)
Fetch user timeline
Fetch specific timeline items
Fetch way points
Label item
Delete item
Fetch last user location
Last updated