Example request
MOVE Backend APIs
1. Create a new user
POST https://sdk.dolph.in/v20/auth/register
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": "{AUDIENCE_OF_API_KEY}",
"projectId": {PROJECT_ID}
}3. Fetch specific timeline
3. Fetch way points
4. Label item
5. Delete item
6. Fetch last user location
Last updated