Skip to main content
GET
/
api
/
v1
/
user
/
me
Get current user
curl --request GET \
  --url https://app.dosfinds.co.uk/api/v1/user/me \
  --header 'Authorization: Bearer <token>'
{
  "email": "[email protected]"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

User info

email
string<email>
required