# Connected Socials

Discover all verified social accounts connected to a creator, given a seed platform and handle.

What you get
- Returns an array of verified connected social accounts across platforms, including platform name, username, and follower count for each connected account.
- Supports 11 seed platforms: Instagram, YouTube, TikTok, OnlyFans, Twitter, Snapchat, Discord, Pinterest, Facebook, LinkedIn, and Twitch.

Credits
- 0.5 credits per successful request. If no data is returned, no credits are deducted.

Endpoint: POST /public/v1/creators/socials/
Version: 1.0.0
Security: Bearer

## Request fields (application/json):

  - `platform` (string, required)
    Enum: "instagram", "youtube", "tiktok", "onlyfans", "twitter", "snapchat", "discord", "pinterest", "facebook", "linkedin", "twitch"

  - `handle` (string, required)
    Creator identifier — username, profile URL, or YouTube channel ID (UC...).
    Example: "creator_handle"

## Response 200 fields (application/json):

  - `result` (array, required)

  - `result.platform` (string, required)
    The creator's social media platform.

  - `result.user_id` (string,null)
    The creator's unique platform identifier.

  - `result.url` (string,null)
    The creator's profile URL.

  - `result.username` (string,null)
    The creator's username on the platform.

  - `result.fullname` (string,null)

  - `result.picture` (string,null)

  - `result.followers` (integer,null)

  - `credits_cost` (number, required)

  - `response_meta` (object, required)


## Response 400 fields

## Response 401 fields

## Response 422 fields
