Fetch AWS Account ID and External ID

Gets your AWS account ID and external ID to help you create an ARN.

GET/v1.3/registry/aws-base

Sample

API request

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

Response

    {
    "accountId": "20576771xxxx",
    "externalId": "27738xxxx"
}