Users API

Read the profile for the authorized user.

Get Current User

GET /v1/users/me

Required scope: user:read

curl https://api.8ball.live/v1/users/me \
  -H "Authorization: Bearer 8b_at_..."

This endpoint requires a user OAuth token. API keys cannot represent a current user.