cURL
curl --request GET \ --url https://api.futureagi.com/accounts/organizations/current/ \ --header 'Authorization: Bearer <token>'
Get details of current active organization
JWT token obtained from /accounts/token/ endpoint
Current organization details
Was this page helpful?