Get Connection Credentials

Get temporary AWS credentials for a connection

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

connection_name_or_idstringRequired
The connection name or UUID

Response

Successful Response
access_key_idstring
The AWS access key ID
secret_access_keystring
The AWS secret access key
session_tokenstring
The AWS session token
expires_ininteger
Number of seconds until the credentials expire

Errors

422
Unprocessable Entity Error