v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBAction Connection
Get an existing Action Connection
Get an existing Action Connection. This API requires a registered application key.
get/api/v2/actions/connections/{connection_id}
Path parameters
connection_idstring required
The ID of the action connection
Response
Successfully get Action Connection
Example response
{
"data": {
"attributes": {
"integration": {
"credentials": {
"account_id": "111222333444",
"external_id": "33a1011635c44b38a064cf14e82e1d8f",
"principal_id": "123456789012",
"role": "my-role",
"type": "AWSAssumeRole"
},
"type": "AWS"
},
"name": "My AWS Connection"
},
"type": "action_connection"
}
}