> ## 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.

# Leaked Credential

The `leaked_credential` type represents a single leaked identity and password pair, collected from sources such as breaches and combolists circulating on illicit networks.

```json Leaked Credential theme={null}
{
    "event_type": "leaked_credential",
    "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"
    },
    "data": {
        "identity_name": "identity_name",
        "imported_at": "2025-01-01T00:00:00",
        "password": "password",
        "source": {
            "id": "url_login_pass",
            "name": "URL Login Pass"
        }
    }
}
```
