Gets a session ID for international certification.
Operation description
Before calling this operation, sign in to the Phone Number E-encyclopedia console. On the Tag Plaza page, find the required tag, click Apply for Activation, and complete the application. This operation is available only after your application is approved.
This operation is not billed.
QPS limit
The QPS limit for a single user is 200. If you exceed this limit, subsequent API calls are throttled. This may affect your business, so plan your calls accordingly.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dytns:GetIdentificationSession |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AuthCode |
string |
Yes |
The authorization code. |
example |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
Details about why access was denied. |
- |
| RequestId |
string |
The ID of the request. |
68A40250-50CD-034C-B728-0BD******177 |
| Message |
string |
A description of the status code. |
OK |
| Data |
object |
The data object. |
|
| ExpireDate |
string |
The authorization expiration time. |
example |
| SessionId |
string |
The session ID. |
example |
| Code |
string |
The status code for the request.
|
OK |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "-",
"RequestId": "68A40250-50CD-034C-B728-0BD******177",
"Message": "OK",
"Data": {
"ExpireDate": "example",
"SessionId": "example"
},
"Code": "OK"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.