Returns a list of all organizations where the current user is a domain or application admin.
Security
bearer-key
GET
curl -i -X GET \
https://api-saas.mend.io/api/v2.0/orgs/managed-domains \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "retVal": [ { … } ] }