Domain name for API request: domain.tencentcloudapi.com.
This API is used to get the list of registrant profiles.
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: DescribeIntlTemplateList. |
Version | Yes | String | Common Params. The value used for this API: 2018-08-08. |
Region | No | String | Common Params. This parameter is not required for this API. |
Offset | No | Integer | The offset. |
Limit | No | Integer | The maximum number of entries. |
Keyword | No | String | The domain registrant keyword for exact match. |
Type | No | String | The type. Valid values: all (all types), I (individual), E (organization). |
Parameter Name | Type | Description |
---|---|---|
TemplateSet | Array of IntlTemplate | The registrant profile list information. |
TotalCount | Integer | The total count. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: domain.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeIntlTemplateList
<Common request parameters>
{}
{
"Response": {
"TotalCount": 0,
"TemplateSet": [
{
"RegistrantContact": {
"Province": "xx",
"City": "xx",
"Fax": "xx",
"AddressLine": "xx",
"FirstName": "xx",
"CompanyName": "xx",
"JobTitle": "xx",
"ZipCode": "xx",
"AddressLineTwo": "xx",
"Country": "xx",
"LastName": "xx",
"Phone": "xx",
"Email": "xx"
},
"TechnicalContact": {
"Province": "xx",
"City": "xx",
"Fax": "xx",
"AddressLine": "xx",
"FirstName": "xx",
"CompanyName": "xx",
"JobTitle": "xx",
"ZipCode": "xx",
"AddressLineTwo": "xx",
"Country": "xx",
"LastName": "xx",
"Phone": "xx",
"Email": "xx"
},
"CreatedOn": "2020-09-22 00:00:00",
"TemplateId": "xx",
"AdminContact": {
"Province": "xx",
"City": "xx",
"Fax": "xx",
"AddressLine": "xx",
"FirstName": "xx",
"CompanyName": "xx",
"JobTitle": "xx",
"ZipCode": "xx",
"AddressLineTwo": "xx",
"Country": "xx",
"LastName": "xx",
"Phone": "xx",
"Email": "xx"
},
"BillingContact": {
"Province": "xx",
"City": "xx",
"Fax": "xx",
"AddressLine": "xx",
"FirstName": "xx",
"CompanyName": "xx",
"JobTitle": "xx",
"ZipCode": "xx",
"AddressLineTwo": "xx",
"Country": "xx",
"LastName": "xx",
"Phone": "xx",
"Email": "xx"
},
"UpdatedOn": "2020-09-22 00:00:00",
"IsDefault": 0
}
],
"RequestId": "xx"
}
}
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.DomainInternalError | Network error. Please try again later. |
InternalError.ForbiddenRequest | Forbidden request. |
InvalidParameter | Invalid parameter. |
Was this page helpful?