cURL
curl --request GET \ --url https://api.futureagi.com/accounts/user-info/ \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "jsmith@example.com", "fullName": "<string>", "rememberMe": true, "wsEnabled": true, "getStartedCompleted": true, "organization": {}, "workspaces": [ {} ] }
Retrieve authenticated user’s profile information
JWT token obtained from /accounts/token/ endpoint
User information retrieved
Was this page helpful?