Introduction
You can use the Cloud API to interact with your Vestaboard over our cloud APIs.
Vestaboard users can create and manage multiple API tokens via the Settings section of the mobile app or from the Developer section of the web app. Each token is specific to your Vestaboard and can be configured with granular permissions, such as Read and Write access. For security, tokens are encrypted in our database and will only be displayed once upon creation, so be sure to save them in a secure location. You can revoke tokens or generate new ones at any time.
The API token allows you to interact with your Vestaboard programmatically. We advise storing your API tokens outside of your code in an environment variable. Never expose your token in client-side code. If you accidentally do, we advise deleting your token and creating a new one.
