{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Transfer Certificate API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Transfer Certificate", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Device Management Transfer Certificate", "type": "http" }, "http": { "method": "PATCH", "url": "http://iot.{region}.amazonaws.com/transfer-certificate/:certificateId#targetAwsAccount", "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": "targetAwsAccount", "value": "", "type": "query", "description": "The Amazon Web Services account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "
Transfers the specified certificate to the specified Amazon Web Services account.
Requires permission to access the TransferCertificate action.
You can cancel the transfer until it is acknowledged by the recipient.
No notification is sent to the transfer destination's account. It is up to the caller to notify the transfer target.
The certi" } ] } ], "bundled": true }