Queries a list of application access points (AAPs).
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| PageNumber | integer | No | The page number. Default value: 1. | 1 |
| PageSize | integer | No | The number of entries per page. Valid values: 1 to 100. Default value: 20. | 10 |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "bcfefe15-46f0-44a3-bd96-3d422474b71a",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 1,
"ApplicationAccessPoints": {
"ApplicationAccessPoint": [
{
"Name": "aap_test",
"AuthenticationMethod": "ClientKey"
}
]
}
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is not valid. | An invalid value is specified for the parameter. |
| 404 | InvalidAccessKeyId.NotFound | The Access Key ID provided does not exist in our records. | - |
For a list of error codes, visit the Service error codes.
