Create client credentials
For mass-deployment
Last updated
For mass-deployment
Last updated
For a mass deployment of clients, where each client shall use its own client_id
and password
, proceed as follows:
Generate an API key with scope clients
-auth.
Go to client access and generate a pairing script for any of the clients.
Download the bash or PowerShell script to your desktop, but don't execute it.
Open the scripts with an editor and go to the line where variables CLIENT_ID
/ $client_id
and PASSWORD
/ $password
are defined.
Delete the lines and replace with the below snippets. Each time you execute the script, new client credentials are created via an API call.
Now copy this script to new clients and execute.