Returns the platform account document associated with the authenticated user. This document contains connection status, profile data, and (server-side only) stored credentials for every supported platform.
Each user has a single platform account document that holds sub-documents for each platform. The structure for a connected platform includes:
connected — boolean indicating whether the platform is currently linked.
profile — cached display name, handle, and avatar URL fetched at connection time.
auth — server-side only: access tokens, refresh tokens, and expiry timestamps. These fields are never returned in API responses.
platformId or platform-specific identifiers (e.g. did for Bluesky, instanceUrl for Mastodon, blogHostname for Tumblr).
Auth credentials (accessToken, refreshJwt, oauthToken, etc.) are stored server-side and are never included in responses from /api/platform/find or any other endpoint.