Queries information about cleared authorizations.
Operation description
QPS limits
The queries per second (QPS) limit for this API is 10 per user. Exceeding this limit triggers throttling, which may impact your business. Call this API at a reasonable rate.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| EndTime |
integer |
The UNIX timestamp when the authorization expires. |
1755964800 |
| RequestId |
string |
The ID of the request. |
8DDEE254-5639-5548-82D1-AAAC7347**** |
| LeftTimes |
integer |
The number of remaining clears. |
20 |
Examples
Success response
JSON format
{
"EndTime": 1755964800,
"RequestId": "8DDEE254-5639-5548-82D1-AAAC7347****",
"LeftTimes": 20
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.