cURL
curl --request GET \ --url https://hypodash.com/v1/team \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "email": "jsmith@example.com" }
Returns the currently authenticated user (team) information.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Authenticated user