API Access Setup
Authenticate with Admin Credentials
curl -L 'https://console.<DOMAIN>/api/v1/token' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
{
"grantType": "password",
"username": "[email protected]",
"password": "yourPassword"
}{
"accessToken": "<TOKEN>"
}Create an Application
Generate a Token with Client Credentials
Create a Local User
Last updated