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

 

 

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.