Returns the profile details, preferences, and notification settings of the currently authenticated user.
cURL
curl --request GET \ --url https://api.calendbook.com/users/me \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "email": "[email protected]", "avatar": "<string>", "language": "<string>", "timezone": "<string>", "notification_settings": { "guest_notification_broker": "<string>", "notification_broker": "<string>", "pending_actions": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Was this page helpful?