Lists the CA certificates registered for 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 ListCACertificates action.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://api.iotwireless.{region}.amazonaws.com/cacertificates'
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
Determines the order of the results.
Responses
🟢200Success
application/json
Body
The output from the ListCACertificates operation.
certificates
array[object (CACertificate) {4}]Â
optional
The CA certificates registered in your Amazon Web Services account.
certificateArn
stringÂ
optional
The ARN of the CA certificate.
certificateId
stringÂ
optional
The ID of the CA certificate.
>= 64 characters<= 64 characters
Match pattern:
(0x)?[a-fA-F0-9]+
status
enum<string>Â
optional
The status of the CA certificate.The status value REGISTER_INACTIVE is deprecated and should not be used.
Allowed values:
ACTIVEINACTIVE
creationDate
string <date-time>
optional
The date the CA certificate was created.
nextMarker
stringÂ
optional
The current position within the list of CA certificates.