{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Accept Certificate Transfer", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Core Accept Certificate Transfer", "type": "http" }, "http": { "method": "PATCH", "url": "http://iot.{region}.amazonaws.com/accept-certificate-transfer/:certificateId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)" }, { "name": "setAsActive", "value": "", "type": "query", "description": "Specifies whether the certificate is active." } ] }, "docs": "

Accepts a pending certificate transfer. The default state of the certificate is INACTIVE.

To check for pending certificate transfers, call ListCertificates to enumerate your certificates.

Requires permission to access the AcceptCertificateTransfer action.

" } ] } ], "bundled": true }