Domain name for API request: ccc.tencentcloudapi.com.
This API is used to create the SDK log-in token.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: CreateSDKLoginToken. |
Version | Yes | String | Common Params. The value used for this API: 2020-02-10. |
Region | No | String | Common Params. This parameter is not required for this API. |
SdkAppId | Yes | Integer | Application ID (required) can be found at https://console.tencentcloud.com/ccc. |
SeatUserId | Yes | String | Agent account. |
OnlyOnce | No | Boolean | Whether the generated token is for one-time verification? |
Parameter Name | Type | Description |
---|---|---|
Token | String | SDK log-in Token. |
ExpiredTime | Integer | Expiry timestamp. Unix timestamp. |
SdkURL | String | The path in which the SDK is loaded will change with its release. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to create SDK log-in token.
https://ccc.tencentcloudapi.com/?Action=CreateSDKLoginToken
&SdkAppId=1400000000
&SeatUserId=FooOrBar@tencent.com
&<Common request parameters>
{
"Response": {
"RequestId": "6bb56a09-2787-40bc-80c5-dc6dab783eff",
"Token": "6bb56a09278740bc80c5dc6dab783eff",
"SdkURL": "https://29294-22989-29805-29810.cdn-go.cn/tccc-agent-sdk/latest/",
"ExpiredTime": 1601371974
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | An internal error occurs. |
InternalError.DBError | Internal database access failure. |
InvalidParameter.InstanceNotExist | The instance does not exist. |
InvalidParameterValue.AccountNotExist | Account does not exist. |
InvalidParameterValue.InstanceNotExist | The instance does not exist. |
OperationDenied.UinDisabled | The account has been disabled. |
Was this page helpful?