cURL
curl --request GET \ --url https://api.ai2fin.com/api/auth/me \ --header 'Authorization: Bearer <token>'
{ "success": true, "user": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "[email protected]", "firstName": "<string>", "lastName": "<string>", "businessType": "business", "countryCode": "AU", "emailVerified": true }, "authenticated": true }
Retrieve authenticated user information
JWT token obtained from /api/auth/login endpoint
User profile retrieved
Show child attributes