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"
}
]
}
It list all AWS accounts associated with the access key credentials
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"
}
]
}
OK
The response is of type object
.
Was this page helpful?