文档

​
​

Development

User Acquisition

Monetization

工业

Cloud Content Delivery

Unity SDK

Admin API

Client API

Open Unity Dashboard

Cloud Content Delivery

此页面不支持所选语言。
LiveOps
​
​
Cloud Content Delivery
  • Overview
  • Concepts
    • Authentication
    • CCD command-line interface (UGS CLI)
    • Insights
  • Tutorials
  • Reference
  • Privacy and consent
  1. 欢迎使用 Cloud Content Delivery (CCD)

Authentication

Use a service account to authenticate with Cloud Content Delivery and understand the required roles for secure API access.
阅读时间1 分钟
最后更新于 9 个月前

Service account

To authenticate with the service, you need to use a service account. Ensure that your service account has the appropriate roles assigned for the required access levels:
  • Organization Role: Cloud Content Delivery API Public Editor grants read and write access to public endpoints of the CCD Management API.
  • Project Role: Unity Environments Viewer grants read access to all environments in a project.
For instructions on how to create and use service accounts, refer to the Service Account Authentication documentation.

API Key

注意
The API Key is officially deprecated and will no longer receive updates. We recommend all users to transition to service accounts
An alternative way to authenticate with the Content Delivery Management API is to use an API Key linked to your Unity developer account. To retrieve your API Key from the Unity Dashboard, select the API Key tab and select the Copy API Key to Clipboard icon. When you make a request with the API Key, you need to do the following:
  • Include a Basic Authentication header as a base64-encoded string in the format 'username:password'.
  • Use the API Key as the
    password
    .
  • Leave the
    username
    blank.
For example, with the API key
d6d2c026bac44b1ea7ac0332694a830e
, you include the following Authorization header:
Authorization: Basic OmQ2ZDJjMDI2YmFjNDRiMWVhN2FjMDMzMjY5NGE4MzBl

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • Service account

    • API Key


报告此页面的问题