Get in touch

Get in touch

Prefer using email? Say hi at hello@moveshelf.com

In this section we will show how you can use built-in functions of the Moveshelf API.
Prerequisites
Before implementing this example, ensure that your processing script includes all necessary setup steps. In particular, you should have:
Use built-in functions of the Moveshelf API
In this example we are going to use a built-in function of the Moveshelf API to retrieve the projects the current user has access to. Add the following line of code to get a list of all the projects that are accesible by the user:
## Get available projects
projects = api.getUserProjects()