> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sociavault.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quotes

> Get tweets that quote a specific tweet. Results are paginated — use the cursor parameter to fetch additional pages. Returns up to 20 quote tweets per request.

<Note>
  💳 **1 credit** per request
</Note>


## OpenAPI

````yaml GET /v1/scrape/twitter/quotes
openapi: 3.1.0
info:
  title: SociaVault API
  version: 1.0.0
  description: >-
    # SociaVault API Documentation


    The SociaVault API provides comprehensive access to social media data
    extraction across multiple platforms.


    ## Features


    - **Multi-Platform Support**: TikTok, Instagram, YouTube, Facebook, Twitter,
    Reddit, Threads, and more

    - **Credit-Based System**: Pay-as-you-go pricing with transparent credit
    costs

    - **High Performance**: Fast, reliable data extraction

    - **Comprehensive Data**: Detailed user profiles, videos, posts, comments,
    and analytics


    ## Authentication


    All API requests require authentication using an API key in the `X-API-Key`
    header:


    ```bash

    X-API-Key: sk_live_your_api_key_here

    ```


    Get your API key from the [SociaVault
    Dashboard](https://sociavault.com/dashboard).


    ## Credits


    Each endpoint consumes credits based on data complexity:

    - Simple requests (profiles): 1 credit

    - Complex requests (demographics): 20+ credits

    - Paginated requests: Credits per page


    Check your credit balance in the dashboard or via the API.


    ## Support


    - **Documentation**: https://docs.sociavault.com

    - **Email**: support@sociavault.com

    - **Discord**: https://discord.gg/sociavault
  contact:
    name: SociaVault Support
    email: support@sociavault.com
    url: https://sociavault.com/support
  license:
    name: Commercial
    url: https://sociavault.com/terms
servers:
  - url: https://api.sociavault.com
    description: Production API
security:
  - ApiKeyAuth: []
tags:
  - name: account
    description: Account management and credit balance
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/account
  - name: tiktok
    description: Scrape TikTok profiles, videos, and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/tiktok
  - name: tiktok-shop
    description: Everything about TikTok Shop
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/tiktok-shop
  - name: instagram
    description: Gets Instagram profiles, posts, and reels
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/instagram
  - name: youtube
    description: Scrape YouTube channels, videos, and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/youtube
  - name: linkedin
    description: Scrape LinkedIn
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/linkedin
  - name: facebook
    description: Get public Facebook profiles and posts
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebook
  - name: facebookAdLibrary
    description: Scrapes the Facebook (Meta) Ad Library
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebookAdLibrary
  - name: facebookMarketplace
    description: Search Facebook Marketplace and pull full listing details
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebookMarketplace
  - name: googleAdLibrary
    description: >-
      Scrape the Google Ad Transparency Library. *This only gets the public ads.
      Some ads you need to log in for and sadly we can't get those. Also, since
      there are so many variations, the return types might not all be 100% the
      same.
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/googleAdLibrary
  - name: linkedinAdLibrary
    description: Search the LinkedIn Ad Library
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/linkedinAdLibrary
  - name: twitter
    description: Get Twitter profiles, tweets, followers and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/twitter
  - name: reddit
    description: Scrape Reddit posts and comments
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/reddit
  - name: threads
    description: Get Threads posts
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/threads
  - name: google
    description: Scrape Google search results
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/google
paths:
  /v1/scrape/twitter/quotes:
    get:
      tags:
        - twitter
      summary: Quotes
      description: >-
        Get tweets that quote a specific tweet. Results are paginated — use the
        cursor parameter to fetch additional pages. Returns up to 20 quote
        tweets per request.
      operationId: twitter_Quotes
      parameters:
        - name: pid
          in: query
          description: The tweet ID to get quotes for
          required: true
          schema:
            type: string
            example: '1234567890123456789'
        - name: cursor
          in: query
          description: >-
            Pagination cursor from a previous response to get the next page of
            results
          required: false
          schema:
            type: string
      responses:
        '200':
          description: >-
            Successful response


            **Key Response Fields:**


            **Pagination:**

            - `data.cursor.bottom`: Pass as `cursor` query param to get the next
            page of quotes

            - `data.cursor.top`: Cursor for the previous page


            **Timeline Structure:**

            - `data.result.timeline.instructions[0].entries[]`: Array of quote
            tweet entries (type `TimelineAddEntries`)


            **Each Quote Tweet** (at
            `entries[].content.itemContent.tweet_results.result`):

            - `.rest_id`: Tweet ID

            - `.legacy.full_text`: Tweet text

            - `.legacy.created_at`: When the quote tweet was posted

            - `.legacy.favorite_count`: Like count

            - `.legacy.retweet_count`: Retweet count

            - `.legacy.reply_count`: Reply count

            - `.legacy.quote_count`: Quote count

            - `.legacy.bookmark_count`: Bookmark count

            - `.legacy.lang`: Language code

            - `.legacy.is_quote_status`: Always `true` for quote tweets

            - `.legacy.quoted_status_id_str`: ID of the original quoted tweet

            - `.views.count`: View count

            - `.note_tweet.note_tweet_results.result.text`: Full expanded text
            (for long tweets)


            **Quote Tweet Author** (at `.core.user_results.result`):

            - `.rest_id`: Author's numeric ID

            - `.is_blue_verified`: Whether author has a blue checkmark

            - `.legacy.name`: Display name

            - `.legacy.screen_name`: Handle (username without @)

            - `.legacy.description`: Bio

            - `.legacy.followers_count`: Follower count

            - `.legacy.profile_image_url_https`: Profile picture URL

            - `.professional.professional_type`: `Creator` or `Business` (if
            applicable)


            **Quoted Original Tweet** (at `.quoted_status_result.result`):

            - Same structure as above — includes the original tweet's text,
            stats, author, and media


            **Feedback Actions:**

            - `data.result.timeline.responseObjects.feedbackActions[]`: User
            feedback options (not helpful, not relevant, not credible)
          content:
            application/json:
              example:
                success: true
                data:
                  error: false
                  cursor:
                    bottom: >-
                      DAACCgACHC_rgrIAJxAKAAMcL-uCsf_Y8AgABAAAAAILAAUAAADwRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUJRY0hMekwxWnBBS1J3YzBHVWcxcEMvSEJ5dkV6aGFVVUFjSEl5N1lSZUJkQndjNS8ra2x1SCtIQnkwSlltV29VMGNIWmFrV2RiQndCd2NzTTMvbHBHZUhCNDRMcFJXRUhFY0hINnlqOWFndkJ3ZHhCZ0IycUZUSEJ6VlVuMmJJVndjSElrK29scUFoQndjZk5URFduRjhIQng3S0RJWGtNY2NIS2FoaHh0Ukp4d2NsZkRlR3JBNkhCekZyWXlYUVY4Y0hPMnFvWnJnRFJ3Y2dyYU8xMkgwCAAGAAAAAAgABwAAAAAMAAgKAAEcHHsoMheQxwAAAA
                    top: >-
                      DAACCgACHC_rgrIAJxAKAAMcL-uCsf_Y8AgABAAAAAELAAUAAADwRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUJRY0hMekwxWnBBS1J3YzBHVWcxcEMvSEJ5dkV6aGFVVUFjSEl5N1lSZUJkQndjNS8ra2x1SCtIQnkwSlltV29VMGNIWmFrV2RiQndCd2NzTTMvbHBHZUhCNDRMcFJXRUhFY0hINnlqOWFndkJ3ZHhCZ0IycUZUSEJ6VlVuMmJJVndjSElrK29scUFoQndjZk5URFduRjhIQng3S0RJWGtNY2NIS2FoaHh0Ukp4d2NsZkRlR3JBNkhCekZyWXlYUVY4Y0hPMnFvWnJnRFJ3Y2dyYU8xMkgwCAAGAAAAAAgABwAAAAAMAAgKAAEcHHsoMheQxwAAAA
                  result:
                    timeline:
                      instructions:
                        - entries:
                            - content:
                                __typename: TimelineTimelineItem
                                clientEventInfo:
                                  component: result
                                  details:
                                    timelinesDetails:
                                      controllerData: >-
                                        DAACDAAFDAABDAABDAABCgABAAAAAAACAAAAAAwAAgoAAQAAAAAAAAAACgACJ1NzNTqRR50KAAUeCH57JsLbhAgABgAAAAAKAAdiilRIlO1v8AoACAAAAZzUOw2iAAAAAAA=
                                  element: tweet
                                entryType: TimelineTimelineItem
                                feedbackInfo:
                                  feedbackKeys:
                                    - '-2134788070'
                                itemContent:
                                  __typename: TimelineTweet
                                  itemType: TimelineTweet
                                  tweetDisplayType: Tweet
                                  tweet_results:
                                    result:
                                      __typename: Tweet
                                      core:
                                        user_results:
                                          result:
                                            __typename: User
                                            affiliates_highlighted_label: {}
                                            has_graduated_access: true
                                            id: VXNlcjoxNDM2MDA0NzYyMzAzMDU3OTMx
                                            is_blue_verified: true
                                            legacy:
                                              blocked_by: false
                                              blocking: false
                                              can_dm: true
                                              can_media_tag: true
                                              created_at: Thu Sep 09 16:34:49 +0000 2021
                                              default_profile: true
                                              default_profile_image: false
                                              description: >-
                                                A TOP LIVE Trader on X! | Market Analyst
                                                at HONEYCOMB 🍯🐝 | Trading Edge YT
                                                Series! | Wolf Spaces | For
                                                Entertainment Purpose Only❕VIEW MORE
                                                full disclaimer
                                              entities:
                                                description:
                                                  urls: []
                                                url:
                                                  urls:
                                                    - display_url: tinyurl.com/7DayTrialAmma
                                                      expanded_url: https://tinyurl.com/7DayTrialAmma
                                                      indices:
                                                        - 0
                                                        - 23
                                                      url: https://t.co/rkUpierLme
                                              fast_followers_count: 0
                                              favourites_count: 3693
                                              follow_request_sent: false
                                              followed_by: false
                                              followers_count: 9685
                                              following: false
                                              friends_count: 650
                                              has_custom_timelines: false
                                              is_translator: false
                                              listed_count: 93
                                              location: Valparaiso, IN
                                              media_count: 3466
                                              muting: false
                                              name: AmmaJammaTrades
                                              normal_followers_count: 9685
                                              notifications: false
                                              pinned_tweet_ids_str:
                                                - '2025926561958879476'
                                              possibly_sensitive: false
                                              profile_banner_url: >-
                                                https://pbs.twimg.com/profile_banners/1436004762303057931/1772022584
                                              profile_image_url_https: >-
                                                https://pbs.twimg.com/profile_images/2026635938974081024/mhqsktIX_normal.jpg
                                              profile_interstitial_type: ''
                                              protected: false
                                              screen_name: amma_jamma
                                              statuses_count: 13110
                                              translator_type: none
                                              url: https://t.co/rkUpierLme
                                              verified: false
                                              want_retweets: false
                                              withheld_in_countries: []
                                            professional:
                                              category:
                                                - icon_name: ''
                                                  id: 192
                                                  name: Financial Services
                                              professional_type: Creator
                                              rest_id: '1681386634573381641'
                                            profile_image_shape: Circle
                                            rest_id: '1436004762303057931'
                                            super_follow_eligible: false
                                            super_followed_by: false
                                            super_following: false
                                            tipjar_settings:
                                              cash_app_handle: AmyMSkeirys
                                              is_enabled: true
                                              venmo_handle: Dustin-Skeirys
                                      edit_control:
                                        edit_tweet_ids:
                                          - '2025711281588617567'
                                        editable_until_msecs: '1771805780000'
                                        edits_remaining: '5'
                                        is_edit_eligible: true
                                      is_translatable: false
                                      legacy:
                                        bookmark_count: 0
                                        bookmarked: false
                                        conversation_id_str: '2025711281588617567'
                                        created_at: Sun Feb 22 23:16:20 +0000 2026
                                        display_text_range:
                                          - 0
                                          - 279
                                        entities:
                                          hashtags: []
                                          symbols: []
                                          timestamps: []
                                          urls: []
                                          user_mentions:
                                            - id_str: '44196397'
                                              indices:
                                                - 15
                                                - 24
                                              name: Elon Musk
                                              screen_name: elonmusk
                                        favorite_count: 8
                                        favorited: false
                                        full_text: >-
                                          We really need @elonmusk and the X team
                                          to do something about the cake
                                          impersonation accounts! 


                                          Terrifying to know the depths of what
                                          these scammers do, and how they can ruin
                                          the lives of those they impersonate. 


                                          I’ve reported dozens of fake accounts of
                                          me personally, and many
                                        id_str: '2025711281588617567'
                                        is_quote_status: true
                                        lang: en
                                        quote_count: 0
                                        quoted_status_id_str: '2025628639304589361'
                                        quoted_status_permalink:
                                          display: x.com/stocksavvyshay…
                                          expanded: >-
                                            https://twitter.com/stocksavvyshay/status/2025628639304589361
                                          url: https://t.co/Y2qolTx0N5
                                        reply_count: 3
                                        retweet_count: 0
                                        retweeted: false
                                        user_id_str: '1436004762303057931'
                                      note_tweet:
                                        is_expandable: true
                                        note_tweet_results:
                                          result:
                                            entity_set:
                                              hashtags: []
                                              symbols: []
                                              urls: []
                                              user_mentions:
                                                - id_str: '44196397'
                                                  indices:
                                                    - 15
                                                    - 24
                                                  name: Elon Musk
                                                  screen_name: elonmusk
                                            id: Tm90ZVR3ZWV0OjIwMjU3MTEyODE0OTYzNDY2MjU=
                                            text: >-
                                              We really need @elonmusk and the X team
                                              to do something about the cake
                                              impersonation accounts! 


                                              Terrifying to know the depths of what
                                              these scammers do, and how they can ruin
                                              the lives of those they impersonate. 


                                              I’ve reported dozens of fake accounts of
                                              me personally, and many of my friends on
                                              this platform and they do NOTHING. The
                                              accounts sit there. 


                                              Terrible to see those with integrity go
                                              through such a torturous process simply
                                              for being successful and respected.
                                      quoted_status_result:
                                        result:
                                          __typename: Tweet
                                          core:
                                            user_results:
                                              result:
                                                __typename: User
                                                affiliates_highlighted_label: {}
                                                has_graduated_access: true
                                                id: VXNlcjoxMDk2NDM2NDUyNTc2MDQ3MTA0
                                                is_blue_verified: true
                                                legacy:
                                                  blocked_by: false
                                                  blocking: false
                                                  can_dm: false
                                                  can_media_tag: true
                                                  created_at: Fri Feb 15 15:49:55 +0000 2019
                                                  default_profile: true
                                                  default_profile_image: false
                                                  description: >-
                                                    Chief Market Strategist @FuturumEquities
                                                    | Contributor @Reuters @Bloomberg
                                                    @MarketWatch @Forbes | Not investment
                                                    advice
                                                  entities:
                                                    description:
                                                      urls: []
                                                    url:
                                                      urls:
                                                        - display_url: savvytrader.com/StockSavvyShay…
                                                          expanded_url: >-
                                                            https://savvytrader.com/StockSavvyShay/shays-growth-portfolio?s=MTY5OTM6MzgxOA==
                                                          indices:
                                                            - 0
                                                            - 23
                                                          url: https://t.co/K2h2dfkZci
                                                  fast_followers_count: 0
                                                  favourites_count: 33566
                                                  follow_request_sent: false
                                                  followed_by: false
                                                  followers_count: 356851
                                                  following: false
                                                  friends_count: 287
                                                  has_custom_timelines: true
                                                  is_translator: false
                                                  listed_count: 4655
                                                  location: Portfolio Access →
                                                  media_count: 12808
                                                  muting: false
                                                  name: Shay Boloor
                                                  normal_followers_count: 356851
                                                  notifications: false
                                                  pinned_tweet_ids_str:
                                                    - '2025628639304589361'
                                                  possibly_sensitive: false
                                                  profile_banner_url: >-
                                                    https://pbs.twimg.com/profile_banners/1096436452576047104/1749157739
                                                  profile_image_url_https: >-
                                                    https://pbs.twimg.com/profile_images/1878129937737187328/DnEflT4L_normal.jpg
                                                  profile_interstitial_type: ''
                                                  protected: false
                                                  screen_name: StockSavvyShay
                                                  statuses_count: 31271
                                                  translator_type: none
                                                  url: https://t.co/K2h2dfkZci
                                                  verified: false
                                                  want_retweets: false
                                                  withheld_in_countries: []
                                                professional:
                                                  category: []
                                                  professional_type: Creator
                                                  rest_id: '1637943661999820800'
                                                profile_image_shape: Circle
                                                rest_id: '1096436452576047104'
                                                super_follow_eligible: true
                                                super_followed_by: false
                                                super_following: false
                                                tipjar_settings:
                                                  is_enabled: true
                                          edit_control:
                                            edit_tweet_ids:
                                              - '2025628639304589361'
                                            editable_until_msecs: '1771786076000'
                                            edits_remaining: '5'
                                            is_edit_eligible: false
                                          is_translatable: false
                                          legacy:
                                            bookmark_count: 232
                                            bookmarked: false
                                            conversation_id_str: '2025628639304589361'
                                            created_at: Sun Feb 22 17:47:56 +0000 2026
                                            display_text_range:
                                              - 0
                                              - 278
                                            entities:
                                              hashtags: []
                                              media:
                                                - allow_download_status:
                                                    allow_download: true
                                                  display_url: pic.x.com/S5jAqT8cQH
                                                  expanded_url: >-
                                                    https://x.com/StockSavvyShay/status/2025628639304589361/photo/1
                                                  ext_media_availability:
                                                    status: Available
                                                  features:
                                                    large:
                                                      faces: []
                                                    medium:
                                                      faces: []
                                                    orig:
                                                      faces: []
                                                    small:
                                                      faces: []
                                                  id_str: '2025618565483929600'
                                                  indices:
                                                    - 279
                                                    - 302
                                                  media_key: '3_2025618565483929600'
                                                  media_results:
                                                    result:
                                                      media_key: '3_2025618565483929600'
                                                  media_url_https: >-
                                                    https://pbs.twimg.com/media/HBxxWmYbIAAA_4p.png
                                                  original_info:
                                                    focus_rects:
                                                      - h: 360
                                                        w: 642
                                                        x: 0
                                                        'y': 407
                                                      - h: 642
                                                        w: 642
                                                        x: 0
                                                        'y': 230
                                                      - h: 732
                                                        w: 642
                                                        x: 0
                                                        'y': 140
                                                      - h: 872
                                                        w: 436
                                                        x: 0
                                                        'y': 0
                                                      - h: 872
                                                        w: 642
                                                        x: 0
                                                        'y': 0
                                                    height: 872
                                                    width: 642
                                                  sizes:
                                                    large:
                                                      h: 872
                                                      resize: fit
                                                      w: 642
                                                    medium:
                                                      h: 872
                                                      resize: fit
                                                      w: 642
                                                    small:
                                                      h: 680
                                                      resize: fit
                                                      w: 501
                                                    thumb:
                                                      h: 150
                                                      resize: crop
                                                      w: 150
                                                  type: photo
                                                  url: https://t.co/S5jAqT8cQH
                                              symbols: []
                                              timestamps: []
                                              urls: []
                                              user_mentions: []
                                            extended_entities:
                                              media:
                                                - allow_download_status:
                                                    allow_download: true
                                                  display_url: pic.x.com/S5jAqT8cQH
                                                  expanded_url: >-
                                                    https://x.com/StockSavvyShay/status/2025628639304589361/photo/1
                                                  ext_media_availability:
                                                    status: Available
                                                  features:
                                                    large:
                                                      faces: []
                                                    medium:
                                                      faces: []
                                                    orig:
                                                      faces: []
                                                    small:
                                                      faces: []
                                                  id_str: '2025618565483929600'
                                                  indices:
                                                    - 279
                                                    - 302
                                                  media_key: '3_2025618565483929600'
                                                  media_results:
                                                    result:
                                                      media_key: '3_2025618565483929600'
                                                  media_url_https: >-
                                                    https://pbs.twimg.com/media/HBxxWmYbIAAA_4p.png
                                                  original_info:
                                                    focus_rects:
                                                      - h: 360
                                                        w: 642
                                                        x: 0
                                                        'y': 407
                                                      - h: 642
                                                        w: 642
                                                        x: 0
                                                        'y': 230
                                                      - h: 732
                                                        w: 642
                                                        x: 0
                                                        'y': 140
                                                      - h: 872
                                                        w: 436
                                                        x: 0
                                                        'y': 0
                                                      - h: 872
                                                        w: 642
                                                        x: 0
                                                        'y': 0
                                                    height: 872
                                                    width: 642
                                                  sizes:
                                                    large:
                                                      h: 872
                                                      resize: fit
                                                      w: 642
                                                    medium:
                                                      h: 872
                                                      resize: fit
                                                      w: 642
                                                    small:
                                                      h: 680
                                                      resize: fit
                                                      w: 501
                                                    thumb:
                                                      h: 150
                                                      resize: crop
                                                      w: 150
                                                  type: photo
                                                  url: https://t.co/S5jAqT8cQH
                                            favorite_count: 1497
                                            favorited: false
                                            full_text: >-
                                              THE $500K LAWSUIT I NEVER SHOULD HAVE
                                              FACED


                                              Last summer I was served with a lawsuit
                                              claiming I had defrauded someone out of
                                              nearly $500,000 by convincing her to
                                              “invest” based on insider political
                                              contacts and penny stock tips. If you’ve
                                              followed me at all, you know how absurd
                                              https://t.co/S5jAqT8cQH
                                            id_str: '2025628639304589361'
                                            is_quote_status: false
                                            lang: en
                                            possibly_sensitive: false
                                            possibly_sensitive_editable: true
                                            quote_count: 28
                                            reply_count: 319
                                            retweet_count: 82
                                            retweeted: false
                                            user_id_str: '1096436452576047104'
                                          note_tweet:
                                            is_expandable: true
                                            note_tweet_results:
                                              result:
                                                entity_set:
                                                  hashtags: []
                                                  symbols: []
                                                  urls: []
                                                  user_mentions: []
                                                id: Tm90ZVR3ZWV0OjIwMjU2Mjg2Mzg2NTQ0Mzk0MjQ=
                                                media:
                                                  inline_media: []
                                                richtext:
                                                  richtext_tags: []
                                                text: >-
                                                  THE $500K LAWSUIT I NEVER SHOULD HAVE
                                                  FACED


                                                  Last summer I was served with a lawsuit
                                                  claiming I had defrauded someone out of
                                                  nearly $500,000 by convincing her to
                                                  “invest” based on insider political
                                                  contacts and penny stock tips. If you’ve
                                                  followed me at all, you know how absurd
                                                  that is. I don’t solicit money or run
                                                  private WhatsApp groups and I don’t
                                                  engage in insider trading. 


                                                  It quickly became clear this was an
                                                  impersonation scam. Someone had used my
                                                  name and face to gain trust, moved the
                                                  conversation to an encrypted app like
                                                  WhatsApp or Telegram and pressured this
                                                  person into sending money. It’s the same
                                                  scam playbook retail investors are
                                                  warned about all the time but this time
                                                  my identity was the costume.


                                                  I initially thought the truth would end
                                                  it quickly since I had never spoken to
                                                  this person, never used the number
                                                  involved and never received a dollar. I
                                                  assumed basic investigation would make
                                                  that obvious but what happened next was
                                                  worse. Instead of treating this as a
                                                  clear case of mistaken identity and
                                                  using proper due diligence, opposing
                                                  counsel pushed forward anyway and
                                                  treated the lawsuit as leverage. 


                                                  I provided evidence that the number
                                                  involved was not mine, that it was out
                                                  of state, that there was no link to my
                                                  devices, my accounts or my life. To top
                                                  it off, when the number they were in
                                                  communication with was called, someone
                                                  named Kevin selling Walmart gift cards
                                                  answered. The opposing council's
                                                  response was essentially “we will
                                                  proceed and see what we can find.” That
                                                  is not how justice is supposed to work
                                                  because lawsuits are not supposed to be
                                                  fishing expeditions where you smear
                                                  someone publicly first and decide later
                                                  if facts exist.


                                                  And then came the part that still
                                                  stings.


                                                  I was on my honeymoon when some fintwit
                                                  trolls started circulating the lawsuit
                                                  online, spinning it as “Shay is being
                                                  sued for stealing money” and calling me
                                                  a fraud. If you’ve ever been on the
                                                  receiving end of a viral accusation then
                                                  you know how powerless that feels. You
                                                  can’t responsibly litigate an active
                                                  case on social media and the louder the
                                                  lie gets, the more silence starts to
                                                  feel like guilt since it hijacked what
                                                  should have been one of the happiest
                                                  moments of my life. My wife and I were
                                                  trying to celebrate a once-in-a-lifetime
                                                  milestone while I watched my reputation
                                                  get dragged in real time.


                                                  I ultimately brought in serious
                                                  representation because I was seeing how
                                                  little truth actually mattered and was
                                                  fortunate to be connected with Patrick
                                                  and Jerry from Hawxhurst LLP. They
                                                  immediately recognized the absurdity of
                                                  the situation and they were able to shut
                                                  this down and have the case dismissed in
                                                  my favor within weeks. 


                                                  However, the “win” doesn’t erase what it
                                                  cost. It cost more than my wedding and
                                                  honeymoon combined. It put strain on the
                                                  beginning of my marriage. It forced me
                                                  to manage a crisis I didn’t create and
                                                  it showed me how easily a public
                                                  narrative can be weaponized when someone
                                                  thinks they can pressure you into paying
                                                  just to make noise go away.


                                                  We like to think we live in a justice
                                                  system but much of what people
                                                  experience is a legal system and those
                                                  are not the same thing. The truth in my
                                                  case was never complicated. There was no
                                                  evidence I did what I was accused of and
                                                  there were obvious signs this was
                                                  impersonation but once the machine is
                                                  moving, truth alone doesn’t stop it
                                                  since pain and reputational damage
                                                  become the weapon.


                                                  I truly feel so bad for my wife because
                                                  she was the ultimate victim in this
                                                  since this all bled into our wedding and
                                                  our honeymoon where this period was
                                                  supposed to be about us, about
                                                  celebrating something rare and
                                                  meaningful and instead there were days
                                                  where my attention, my energy and my
                                                  emotional bandwidth were pulled into
                                                  stress, fear and damage control. Your
                                                  wedding is supposed to be sacred and
                                                  your honeymoon is supposed to be the
                                                  exhale after years of building and
                                                  pushing and sacrificing. I feel deep
                                                  guilt about that because my wife did not
                                                  sign up for this and she carried some of
                                                  this weight with me simply because she
                                                  loves me. That is the part that stays
                                                  with you because you cannot rewind it
                                                  and do it over. That loss is permanent
                                                  and no court order can give that back to
                                                  me.


                                                  So even though the case is resolved and
                                                  the truth is on the record, it does not
                                                  sit right with me that the people who
                                                  caused this get to walk away while I
                                                  carry the cost in time, money, stress,
                                                  and moments I will never get back. Being
                                                  forced to spend your wedding and
                                                  honeymoon dealing with a situation you
                                                  did not create is not something you
                                                  simply “move on” from. There is no real
                                                  remedy for that kind of loss and that is
                                                  the part that makes this feel so deeply
                                                  unjust.


                                                  I am looking seriously at all of my
                                                  options right now (not out of revenge)
                                                  but out of principle since the idea that
                                                  someone can misuse the legal system,
                                                  ignore basic facts, damage a person’s
                                                  reputation and impose real
                                                  emotional/financial harm with so little
                                                  accountability does not sit right with
                                                  me. 


                                                  I am still processing what this took
                                                  from me and I am still figuring out what
                                                  the right next step is but I know this
                                                  much that being silent about it and
                                                  simply absorbing the damage is not
                                                  something I am comfortable with. I did
                                                  nothing wrong and I do not believe that
                                                  being the victim of something like this
                                                  should come with the expectation that
                                                  you quietly carry the cost while others
                                                  walk away untouched.
                                          rest_id: '2025628639304589361'
                                          source: >-
                                            <a href="https://mobile.twitter.com"
                                            rel="nofollow">Twitter Web App</a>
                                          unmention_data: {}
                                          views:
                                            count: '503651'
                                            state: EnabledWithCount
                                      rest_id: '2025711281588617567'
                                      source: >-
                                        <a
                                        href="http://twitter.com/download/iphone"
                                        rel="nofollow">Twitter for iPhone</a>
                                      unmention_data: {}
                                      views:
                                        count: '1447'
                                        state: EnabledWithCount
                              entryId: tweet-2025711281588617567
                              sortIndex: '2031100903532003328'
                          type: TimelineAddEntries
                      responseObjects:
                        feedbackActions:
                          - key: '-2134788070'
                            value:
                              childKeys:
                                - '269351462'
                                - '-1399782652'
                              clientEventInfo:
                                action: click
                                component: result
                                element: feedback_givefeedback
                              confirmation: >-
                                Thanks for offering your feedback. X is
                                conducting research to improve search. Choose
                                the option that best reflects your opinion.
                              confirmationDisplayType: Inline
                              feedbackType: GiveFeedback
                              hasUndoAction: true
                              icon: Frown
                              prompt: This post's not helpful
                          - key: '269351462'
                            value:
                              clientEventInfo:
                                action: click
                                component: result
                                element: feedback_notrelevant
                              confirmation: >-
                                Thanks for your help.

                                This feedback will be used in research to
                                improve the search function.
                              confirmationDisplayType: Inline
                              feedbackType: NotRelevant
                              hasUndoAction: true
                              prompt: This post isn't relevant
                          - key: '-1399782652'
                            value:
                              clientEventInfo:
                                action: click
                                component: result
                                element: feedback_notcredible
                              confirmation: >-
                                Thanks for your help.

                                This feedback will be used in research to
                                improve the search function.
                              confirmationDisplayType: Inline
                              feedbackType: NotCredible
                              hasUndoAction: true
                              prompt: This post isn't credible
                credits_used: 1
                endpoint: twitter/quotes
        '400':
          description: Bad Request - Invalid parameters or missing required fields
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: pid (tweet ID) is required
                  example:
                    type: string
                    example: '?pid=1234567890123456789'
                required:
                  - error
        '401':
          description: Unauthorized - Invalid or missing API key
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Invalid API key
                  docs:
                    type: string
                    example: https://docs.sociavault.com/authentication
                required:
                  - error
        '402':
          description: Payment Required - Insufficient credits
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Insufficient credits
                  required:
                    type: integer
                    example: 1
                    description: Credits required for this request
                  available:
                    type: integer
                    example: 0
                    description: Credits currently available
                required:
                  - error
                  - required
                  - available
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Failed to fetch tweet quotes
                  endpoint:
                    type: string
                    example: quotes
                required:
                  - error
components:
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: X-API-Key
      description: |-
        API key for authentication. Format: `sk_live_xxxxxxxxxxxxx`

        Get your API key from the [Dashboard](https://sociavault.com/dashboard).

````