cURL
curl --request GET \ --url https://domainwarden.app/api/user \ --header 'Authorization: Bearer <token>'
{ "name": "John Doe", "email": "[email protected]", "avatar": "https://www.gravatar.com/avatar/5ddffe854df20f?s=200", "subscribed": false, "created_at": "2015-11-29 00:00:00" }
Retrieves the currently authenticated user’s information.
You can obtain your API Token from your Domainwarden account settings.
"John Doe"
"[email protected]"
"https://www.gravatar.com/avatar/5ddffe854df20f?s=200"
false
"2015-11-29 00:00:00"