A
Agora Signaling REST API
Details
- URL
-
https://api.agora.io/dev/v2/project/<appid> - Docs
- https://docs.agora.io/en/api-reference/api-ref/signaling
Authentication
Authorization: Basic <credential> In Agora Console, go to Developer Toolkit → RESTful API, click Add a secret, then Download the generated key_and_secret.txt. Use the downloaded Customer ID and Customer Secret to form HTTP Basic auth as Authorization: Basic <base64(customer_id:customer_secret)>. The secret can only be downloaded once, so store it securely.