Users API
Read the profile for the authorized user.
Get Current User
GET /api/v1/users/me
Required scope: user:read
curl http://localhost:3002/api/v1/users/me \
-H "Authorization: Bearer 8b_at_..."
This endpoint requires a user OAuth token. API keys cannot represent a current user.