logo
In-app Chat
ZIMAudio
On this page

CgiDescribeZIMAudioLicense

GET

https://zim-api.zego.im/

Obtain the ZIM Audio license file.

Request

Query Parameters

    Action stringrequired

    Possible values: [CgiDescribeZIMAudioLicense]

    API prototype parameter

    https://zim-api.zego.im/?Action=CgiDescribeZIMAudioLicense

    AppId uint32required

    💡Public parameter. Application ID, assigned by ZEGOCLOUD. Get it from the ZEGOCLOUD Admin Console.

    SignatureNonce stringrequired

    💡Public parameter. A 16-character hexadecimal random string (hex encoding of 8-byte random number). Refer to Signature example for how to generate.

    Timestamp int64required

    💡Public parameter. Current Unix timestamp, in seconds. Refer to Signature example for how to generate, with a maximum error of 10 minutes.

    SignatureVersion stringrequired

    Possible values: [2.0]

    Default value: 2.0

    💡Public parameter. Signature version number.

    Signature stringrequired

    💡Public parameter. Signature, used to verify the legitimacy of the request. Refer to Signing the requests for how to generate an API request signature.

Responses

Success
Schema
    Code integer

    Return code.

    The following only lists the return codes related to the API business logic. For the complete return codes, please refer to Return codes.

    Return codeDescriptionSuggested Solution
    910001Parameter error.Please check the parameters.
    910002Invalid certificate.Please contact ZEGOCLOUD Technical Support.
    910003Internal service issue.Please contact technical support.
    910004Authorization information error.Please check the authentication information in the public parameters.
    Message string

    Description of the request result.

    Data object
    When "Code" is 0, this parameter is the license file.
    License string

    Content of the license file, which can be reused within 7 days.

Previous

Register Bots

Next

Callback configuration instructions

On this page

Back to top