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

# Social Media Account

The `social_media` type represents social media accounts that we find related to events
that match identifiers.

```json Social Media Account theme={null}
{
    "event_type": "social_media_account",
    "data": {
        "url": "https://social.net/user/coolgi",
        "site": "SocialNet",
        "username": "john_nolan"
    },
    "metadata": {
        "estimated_created_at": "2025-01-01T00:00:00",
        "flare_url": "https://app.flare.io/#/uid",
        "matched_at": null,
        "severity": "info",
        "uid": "index/source/id"
    }
}
```
