/admin/customers/{id}/aws-resources
GET
/admin/customers/{id}/aws-resources
const url = 'https://api.reflexdb.cloud/v1/admin/customers/example/aws-resources';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.reflexdb.cloud/v1/admin/customers/example/aws-resources \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Responses
Section titled “ Responses ”Default Response