Fetch AWS US GovCloud account ID and external ID

Gets your AWS US GovCloud account ID and external ID.

GET/v1.3/registry/aws-gov-base

Sample

API request

    curl -X GET 
"<qualys_base_url>/csapi/v1.3/registry/aws-gov-base" --header "Authorization: Bearer <token>"
    

Response

    {
    "accountId": "12345678xxxx",
    "externalId": "12345xxxx"
}