cURL
curl --request GET \ --url https://api.futureagi.com/accounts/workspace/list/ \ --header 'Authorization: Bearer <token>'
Get list of all workspaces with filtering
JWT token obtained from /accounts/token/ endpoint
List of workspaces
Was this page helpful?