{ "opencollection": "1.0.0", "info": { "name": "Amazon Connect Service Agent Statuses Authentication API", "version": "2017-08-08" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Amazon Connect Get Federation Token", "type": "http" }, "http": { "method": "GET", "url": "https://connect.amazonaws.com/federation-token/:InstanceId", "params": [ { "name": "InstanceId", "value": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE", "type": "path", "description": "The identifier of the Amazon Connect instance." } ] }, "docs": "Retrieves a token for federation. This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears." } ] } ], "bundled": true }