place.stream.live.getProfileCard
Lexicon Version: 1
Definitions
Section titled “Definitions”Type: query
Get an OG image associated with a given account.
Parameters:
Name | Type | Req’d | Description | Constraints |
---|---|---|---|---|
id | string | ✅ | The DID or handle of the account. |
Output:
- Encoding:
*/*
- Schema:
Schema not defined. Possible Errors:
RepoNotFound
Lexicon Source
Section titled “Lexicon Source”{ "lexicon": 1, "id": "place.stream.live.getProfileCard", "defs": { "main": { "type": "query", "description": "Get an OG image associated with a given account.", "parameters": { "type": "params", "required": ["id"], "properties": { "id": { "type": "string", "description": "The DID or handle of the account." } } }, "output": { "encoding": "*/*" }, "errors": [ { "name": "RepoNotFound" } ] } }}