Remote Control API
The Remote Control API allows you to manage your dashboard projects, use cases, configurations and many others directly from an api.
You will need to :
- First, create an application and select scopes you need
- Then generate a token from the auth server (with or without expiration time)
- Finally, call the api with the token you previously generated
Each application you create will have permanent scope (for example : create campaign). If you need to add more scope to your application, you will need to create an other application.
Updated 6 months ago