Skip to content
BleemeoBleemeo

Retrieve current user

GET
/v1/auth/users/me/
curl --request GET \
--url https://example.com/v1/auth/users/me/ \
--header 'Authorization: Bearer <token>'
Media typeapplication/json
object
email
required
Email address
string format: email
<= 254 characters
id
required
string format: uuid
username
required

Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.

string
Examplegenerated
{
"email": "hello@example.com"
}