/Event
Retrieving an event with a given event id.
Overview
Endpoint Details
Request Parameters
Parameter
Description
Required
Response Schema
{
"event": {
"id": "event_id",
"pubkey": "author_pubkey",
"created_at": 1234567890,
"kind": 1,
"tags": [],
"content": "Event content",
"sig": "event_signature"
},
"profiles": {
"author_pubkey": {
"id": "profile_event_id",
"pubkey": "author_pubkey",
"created_at": 1234567890,
"kind": 0,
"tags": [],
"content": "Profile content",
"sig": "profile_signature"
}
}
}Example Call
Notes
Error Responses
Last updated