{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Transfer Certificate API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Certificate", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Device Defender Register Certificate", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/certificate/register", "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": "setAsActive", "value": "", "type": "query", "description": "

A boolean value that specifies if the certificate is set to active.

Valid values: ACTIVE | INACTIVE

" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Registers a device certificate with IoT in the same certificate mode as the signing CA. If you have more than one CA certificate that has the same subject field, you must specify the CA certificate that was used to sign the device certificate being registered.

Requires permission to access the Certificate signing algorithms supported by IoT. " } ] } ], "bundled": true }