기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Vivox Unity SDK

Vivox Unity SDK

Vivox
​
​
Vivox Unity SDK
  • Overview
  • Get started
  • Release notes
  • Developer guide
  • Tutorials
    • Implement Vivox Unity
    • Access Token Developer Guide
      • Access token terminology
      • Requests that require access tokens
      • Access token identifiers
      • Access token format
      • Access token examples
      • Generate a token from the client
      • Generate a token on a secure server
      • Key update API
        • Add an application API key
        • Revoke an application API key
        • Troubleshooting an application API key
      • Access token error codes
  • Reference
  1. Vivox Unity SDK 기술 자료

애플리케이션 API 키 추가

How to automate the process of adding an application API key.
읽는 시간 1분
최근 업데이트: 8달 전

원격 API 활성화 체크박스를 활성화하면 cURL, ARC(Advanced REST Client), Postman과 같은 툴로
developer-api.vivox.com/api/v1/applications/remote-api/key/add
에 위치한 REST 엔드포인트를 호출하여 애플리케이션 API 키 추가 프로세스를 자동화할 수 있습니다.
참고
API 키는 한 번에 최대 2개만 가질 수 있습니다.
다음은 cURL을 사용하여 ‘somenewkey’ 애플리케이션 API 키를 추가하는 방법의 예제를 보여 주는 코드입니다.
curl "https://developer-api.vivox.com/api/v1/applications/remote-api/key/add" -X POST -d"{\"remoteApiUsername\":\"remote-api-username-from-org-settings-page\",\"remoteApiPassword\":\"remote-api-password-from-org-settings-page\",\"issuer\":\"issuer-from-app-details-page\",\"key\":\"somenewkey\"}"
다음과 같은 포맷의 응답은 키를 성공적으로 추가했음을 나타냅니다.
{"statusCode":200,"data":"some-new-key"}

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.


    이 페이지의 문제 보고