MOVE Backend
MOVE Backend APIs
Last updated
MOVE Backend APIs
Last updated
The most current version of the MOVE backend APIs can be found in . The base URL of the MOVE SDK is:
You can use the Swagger Swagger Specification as our most up-to-date documentation of the backend APIs. If you want to "Try it out" as offered in the Swagger Specification, please note that you need to "Authorize" your access to your MOVE project beforehand. There is a respective button on the top right of the Swagger:
Press "Authorize" in the Swagger
Use basicAuth
Username: corresponds to the project ID of your MOVE project, which you can find in "" of the MOVE dashboard.
Password: corresponds to your API key from the respective section in the . (Please note that any of your keys will work, but make sure it is "write only" = false).
In addition to using the Swagger Specification for human documentation you can use it to automatically generate your client. Use the Swagger generator of your programming language and your choice.
The MOVE SDK uses Basic Authentication. The project id is your username, and the API Key is the password.
Example:
Authorization: Basic cHJvamVjdElkOmFwaUtleQ==
cHJvamVjdElkOmFwaUtleQ== is the string projectId:apiKey Base64 encoded.
API Keys can be found in the, it is also possible to create new ones there.