# place.stream.live.getProfileCard

> Published by [did:web:longos.iameli.link](https://lexicon.garden/identity/did:web:longos.iameli.link)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.live.getProfileCard)
- [Documentation](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.live.getProfileCard/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.live.getProfileCard/examples)

## Definitions

### `place.stream.live.getProfileCard`

**Type**: `query`

Get an OG image associated with a given account.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `id` | `string` | Yes | The DID or handle of the account. |

#### Output

**Encoding**: `*/*`

#### Errors

- **RepoNotFound**

## Raw Schema

```json
{
  "id": "place.stream.live.getProfileCard",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "RepoNotFound",
          "description": null
        }
      ],
      "output": {
        "schema": null,
        "encoding": "*/*"
      },
      "parameters": {
        "type": "params",
        "required": [
          "id"
        ],
        "properties": {
          "id": {
            "type": "string",
            "description": "The DID or handle of the account."
          }
        }
      },
      "description": "Get an OG image associated with a given account."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
