Stock101 API 명세서
    Stock101 API 명세서
    • Stock101 API 명세서
    • Auth
      • 로그아웃
        POST
      • 로그인
        POST
    • Users
      • 사용자 정보 조회
        GET
      • 아이디(이메일) 중복체크
        GET
      • 회원가입
        POST
      • 사용자 정보 수정
        PATCH
      • 회원탈퇴
        DELETE
      • 홈 티어 높은 4명 조회
        GET
    • Stocks
      • 주식 전체 조회
        GET
      • 주식 상세 조회
        GET
    • Board
      • 게시물 추가
        POST
      • 게시물 단건 조회
        GET
      • 게시물 삭제
        DELETE
      • 사용자 활동 내역 - 작성글 조회
        GET
      • [종목 페이지] 게시물 목록 조회
        GET
      • 나의 게시물 목록 조회
        GET
    • Likes
      • 게시물 좋아요
        POST
    • Comments
      • 댓글 조회
        GET
      • 댓글 추가
        POST
      • 댓글 삭제
        DELETE
    • Predictions
      • 주가 예측 생성
        POST
      • 주가 예측 조회
        GET
      • 특정 유저 예측 목록 조회
        GET
    • Indicators
      • 개미지표 조회
      • 뉴스지표 조회
      • 전문가지표 조회
      • 재무지표 조회
    • 유저 프로필 조회
      GET
    • Schemas
      • Schemas
        • TierCode
        • UpDownEnum
        • ErrorResponse
        • ValidationError
        • UserProfile
        • AuthLoginResponse
        • StockSummary
        • StockPricePoint
        • FinancialIndicator
        • EconomicEvent
        • AnalystIndicator
        • IndividualIndicator
        • NewsIndicator
        • Post
        • Comment
        • PredictionResult
        • PredictionItem
        • PredictionPagedResponse

      유저 프로필 조회

      Developing
      GET
      /api/v1/users/{userId}

      Request

      Path Params

      Header Params

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/api/v1/users/22' \
      --header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlcyI6WyJBRE1JTiJdLCJ1c2VySWQiOjEsInRva2VuX3R5cGUiOiJhY2Nlc3MiLCJqdGkiOiI5NDgxMjMwMzgwMjAiLCJpc3MiOiJodHRwczovL2FjY291bnRzLmJleW9uZC5jb20iLCJpYXQiOjE3NTg2NzM0NzYsImV4cCI6MTc1ODY3NTI3Nn0.Ov55qLGZ-W1BLJrUNGYAbMumu6vaYbcciwnQ-1YoE_s'
      Response Response Example
      {"code":200,"message":"OK","items":[{"userId":22,"email":"testqs@naver.com","name":"test","tierCode":"DIAMOND","statusMessage":null,"imageUrl":"https://plus.unsplash.com/premium_photo-1688891564708-9b2247085923?q=80&w=687&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"}]}
      Modified at 2025-09-24 01:19:25
      Previous
      재무지표 조회
      Next
      TierCode
      Built with