Using Tokens
You need to authenticate each request using your authorized client application.
Guide
- Go to the endpoint you want to use.
- In Authorization, select Bearer.
- Paste the token.
- Enter information in the body for the specific endpoint.
- Send request.
- Request should succeed with a
200 response
.
Notes for use
Just a reminder: you should store your token for the full 12 hours of its lifetime and only generate a new token after receiving a 401
.
Common HTTP Errors
401
- The access_token
has expired (every 12 hours) and a new access_token
must be generated. Please refer to Grant access token to generate a token.
403
– The Client Application does not have the correct roles assigned in Movement. Please refer to Add the appropriate roles to the client application to assign these roles.