Gets your AWS US GovCloud account ID and external ID.
API request
curl -X GET
"<qualys_base_url>/csapi/v1.3/registry/aws-gov-base" --header "Authorization: Bearer <token>"
Response
{
"accountId": "12345678xxxx",
"externalId": "12345xxxx"
}
Was this topic helpful?