Documentation

​
​

Development

User Acquisition

Monetization

Industry

Triggers

Triggers Admin API

Scheduler Admin API

Open Unity Dashboard

Triggers

LiveOps
​
​
Get started
  • Overview
  • Get started
  • Set up triggers example workflow
  • Authentication
Set up events
  • Understand and manage events
  • Schedule events
Define triggers
  • Define triggers
Configure actions
  • Use Cloud Code
  • Use webhooks
Manage and monitor
  • Use the dead letter queue (DLQ)
  • Limits
  • Failure handling
Examples and reference
  • Use case samples
  1. Triggers

Authentication

Authenticate Triggers Admin API requests using Service Account credentials.
Read time 1 minute
Last updated 5 months 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>
.
Grant the appropriate permissions to Service Account before use.
Refer to the table below for available roles for Triggers.

Access rights

Role

Read triggersTriggers Configuration Viewer
Read/Write/Delete triggersTriggers Configuration Editor
Refer to the table below for available roles for the Scheduler.

Access rights

Role

Read schedulesScheduler Configuration Viewer
Read/Write/Delete schedulesScheduler Configuration Editor
Check Service Account Authentication for more information.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Authenticate players

    • Authenticating trusted clients (Basic authentication)


Report a problem with this page