Get an OG image associated with a given account.
Parameters
Output
Encoding
*/*Errors
RepoNotFound
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"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."
}