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
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
}