Skip to main content
GET
/
auth
/
me
/
Current user
curl --request GET \
  --url https://earthcare.network/api/v1/auth/me/ \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

DRF user token. Format: Token <token>

Response

The authenticated user's profile