Get trusted environments
Returns the list of trusted environments for the organization. If no organization is passed in, the organization attached to the user is assumed.
Query parameters
-
organization_id
string (Optional) Organization Id for which to retrieve the trusted environments
GET
/trusted-environments
curl \
--request GET 'https://{{hostname}}/api/v1/trusted-environments' \
--user "username:password"