Content Announcement API (1.0.0)

Download OpenAPI specification:Download

Notify a webhook client of a content announcement found on the blockchain

Request Body schema: application/json
required
requestId
string or null

An optional identifier for the request, may be used for tracking or correlation

webhookUrl
string or null

An optional webhook URL registered as part of a specific search request

schemaId
required
integer

Identifier for the schema being used or referenced

blockNumber
required
integer

The block number on the blockchain where this announcement was recorded

required
TombstoneAnnouncement (object) or BroadcastAnnouncement (object) or ReplyAnnouncement (object) or ReactionAnnouncement (object) or ProfileAnnouncement (object) or UpdateAnnouncement (object)

Responses

Request samples

Content type
application/json
{
  • "requestId": "string",
  • "webhookUrl": "string",
  • "schemaId": 0,
  • "blockNumber": 0,
  • "announcement": {
    }
}