{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Test Authorization API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Test Authorization", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Device Management Test Authorization", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/test-authorization", "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": "clientId", "value": "", "type": "query", "description": "The MQTT client ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Tests if a specified principal is authorized to perform an IoT action on a specified resource. Use this to test and debug the authorization behavior of devices that connect to the IoT device gateway.

Requires permission to access the TestAuthorization action.

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