Gets your AWS account ID and external ID to help you create an ARN.
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?