GET https://apis.wso2.com/api/am/publisher/v0.16/clientCertificates
This operation can be used to retrieve and search the uploaded client certificates.
Not required
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Query |
limit optional |
Maximum size of resource array to return. |
Integer |
25 |
Query |
offset optional |
Starting point within the complete list of items qualified. |
Integer |
0 |
Query |
alias optional |
Alias for the client certificate |
String | |
Query |
apiId optional |
UUID of the API |
String |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK. Successful response with the list of matching certificate information in the body. |
ClientCertificates |
400 |
Bad Request. Failure due to not providing alias or server is not configured to support mutual SSL authentication. |
Error |
500 |
Internal Server Error |
Error |