{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Confirmdestination API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Confirmdestination", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Core Confirm Topic Rule Destination", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/confirmdestination/:confirmationToken", "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": "confirmationToken", "value": "", "type": "path", "description": "The token used to confirm ownership or access to the topic rule confirmation URL." } ] }, "docs": "
Confirms a topic rule destination. When you create a rule requiring a destination, IoT sends a confirmation message to the endpoint or base address you specify. The message includes a token which you pass back when calling ConfirmTopicRuleDestination to confirm that you own or have access to the endpoint.
Requires permission to access the ConfirmTopic" } ] } ], "bundled": true }