GET https://apis.wso2.com/api/am/publisher/v0.16/certificates
This operation can be used to retrieve and search the uploaded 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 certificate |
String | |
Query |
endpoint optional |
Endpoint of which the certificate is uploaded |
String |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK. Successful response with the list of matching certificate information in the body. |
Certificates |
400 |
Bad Request. Invalid request or validation error. |
Error |
404 |
Not Found. |
Error |
500 |
Internal Server Error |
Error |