Skip to main content
GET
/
v1
/
team
Get team
curl --request GET \
  --url https://hypodash.com/v1/team \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "email": "jsmith@example.com"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Authenticated user

id
integer
name
string
email
string<email>