Endpoints
| Endpoint | Request |
|---|---|
| List Social Accounts | GET /social_accounts |
| Create a Social Account | POST /social_accounts |
| Connect a Social Account | POST /social_accounts/connect |
| Delete a Social Account | DELETE /social_accounts/{id} |
| List Social Account Posts | GET /social_accounts/{id}/posts |
Attributes
Unique identifier for the social account.
The platform-specific ID for this social account.
The display name of the social account on the platform.
The platform the social account exists on.Available options:
x, instagram, youtube, tiktok, facebookThe URL where the profile picture of the social account can be accessed.
Capabilities Whop retains specific to this social account. For example, Whop
may request the ability to run advertisements that use this social account’s
identity, reflected by the presence of
advertise in this value.The URL where the social account can be accessed on the platform.
The username of the social account on the platform.
Whether the social account is verified on the platform.
SocialAccount

