cURL
curl --request GET \ --url https://ragapi.sno.ai/v1/user \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "[email protected]", "firstName": "<string>", "lastName": "<string>", "profilePictureUrl": "<string>", "hasOnboarded": true }
Fetches the profile information for the currently authenticated user.
Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'
User profile data
User profile information