Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
AWS
List AWS Accounts
It list all AWS accounts associated with the access key credentials
GET
/
integrations
/
aws
/
organizations
curl --request GET \
--url https://use.hoop.dev/api/integrations/aws/organizations
{
"items": [
{
"account_id": "123456789012",
"email": "aws-prod@example.com",
"joined_methods": "INVITED",
"name": "SandBox",
"status": "ACTIVE"
}
]
}
Response
200
application/json
OK
The response is of type object
.
curl --request GET \
--url https://use.hoop.dev/api/integrations/aws/organizations
{
"items": [
{
"account_id": "123456789012",
"email": "aws-prod@example.com",
"joined_methods": "INVITED",
"name": "SandBox",
"status": "ACTIVE"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.