/User-Profile
Overview
Endpoint Details
Request Parameters
Parameter
Description
Required
Response Schema
{
"profile": {
"id": "profile_event_id",
"pubkey": "user_pubkey",
"created_at": 1234567890,
"kind": 0,
"tags": [],
"content": "Profile content in JSON format",
"sig": "event_signature"
}
}Example Call
Error Responses
Last updated