cURL
curl --request GET \ --url https://api.futureagi.com/accounts/organizations/ \ --header 'Authorization: Bearer <token>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "displayName": "<string>", "type": "primary", "role": "<string>" } ]
Get list of user’s organizations
JWT token obtained from /accounts/token/ endpoint
List of organizations
primary
invited
Was this page helpful?