Skip to content
TALA
Esc
navigateopen⌘Jpreview

Get the signed-in user profile and their activity totals

Carries memberSince, which GET /auth/user cannot: that route returns the entity, whose created_at is excluded from serialization.

GET/api/auth/user/profile
Authorization
AuthorizationBearer token (JWT) · headerrequired
Responses
200
Try it
Server
Authorization
Request
curl -X GET "http://localhost:8000/api/auth/user/profile" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
No example response.