Lists the certificates registered in your Amazon Web Services account.The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.Requires permission to access the ListCertificates action.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://api.iotwireless.{region}.amazonaws.com/certificates'
Response Response Example
200 - Example 1
{"certificates":[],"nextMarker":"string"}
Request
Query Params
pageSize
integerÂ
optional
The result page size.
marker
stringÂ
optional
The marker for the next set of results.
isAscendingOrder
stringÂ
optional
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
Responses
🟢200Success
application/json
Body
The output of the ListCertificates operation.
certificates
array[object (Certificate) {5}]Â
optional
The descriptions of the certificates.
certificateArn
stringÂ
optional
The ARN of the certificate.
certificateId
stringÂ
optional
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
>= 64 characters<= 64 characters
Match pattern:
(0x)?[a-fA-F0-9]+
status
enum<string>Â
optional
The status of the certificate.The status value REGISTER_INACTIVE is deprecated and should not be used.