cURL
curl --request GET \ --url https://app.famulor.de/api/user/me \ --header 'Authorization: Bearer <token>'
{ "name": "Your Name", "email": "example@example.com", "total_balance": 100.67447094 }
Retrieves information of the authenticated user
Was this page helpful?