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"
}
    

 

 

Was this topic helpful?

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.