Last updated

Using Tokens

You need to authenticate each request using your authorized client application.

Guide

  1. Go to the endpoint you want to use.
  2. In Authorization, select Bearer.
  3. Paste the token.
  4. Enter information in the body for the specific endpoint.
  5. Send request.
  6. 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.