Authentication
Authenticate Triggers Admin API requests using Service Account credentials.
Read time 1 minuteLast updated 18 hours ago
Both Scheduling and Triggers Admin APIs only accept authenticated requests. Only Service Account Authentication can authenticate these services.
Authenticate players
The Scheduler and Trigger APIs currently do not support player authentication.Authenticating trusted clients (Basic authentication)
You can use the Scheduler and Trigger APIs with Service Account Authentication. To access the Triggers Admin API and the Scheduler Admin API, use Basic authentication. You can use the Service Account credentials directly by base64 encoding the<KEY_ID>:<SECRET_KEY>Access rights | Role |
|---|---|
| Read triggers | Triggers Configuration Viewer |
| Read/Write/Delete triggers | Triggers Configuration Editor |
Access rights | Role |
|---|---|
| Read schedules | Scheduler Configuration Viewer |
| Read/Write/Delete schedules | Scheduler Configuration Editor |