Scope
Social APIs power locker room activity and user-to-user interactions.Endpoint map
- Locker room:
/api/locker-room,/api/locker-room/stream,/api/locker-room/{id}/comments,/api/locker-room/{id}/react - Social graph:
/api/user/follow,/api/user/followers,/api/user/search,/api/user/recommended,/api/user/top-users
Integration notes
- Read endpoints support pagination/query parameters; always pass explicit paging when available.
- Mutations should handle auth failures and stale target IDs gracefully.
