Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Neynar Mute API

Operations related to a mute

This API exposes 3 operations across 2 paths, and defines 18 schemas. It is described by OpenAPI 3.0.4, at version 3.176.0.

Requests are made against a single base URL, https://api.neynar.com.

3 operations 2 paths 18 schemas 1 DELETE1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
3.176.0
Base URL
https://api.neynar.com
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Neynar Mute API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key to authorize requests

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 DELETE, 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Mute 3

Operations related to a mute

DELETE
/v2/farcaster/mute/
Unmute FID
delete-mute body → 200400404500
POST
/v2/farcaster/mute/
Mute FID
publish-mute body → 200400404500
GET
/v2/farcaster/mute/list/
Muted FIDs of user
fetch-mute-list 4 params → 200400404500

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are User (18 properties), UserDehydrated (7 properties), LocationAddress (5 properties), ChannelDehydrated (5 properties). Each schema is shown below with its type and property counts.

MuteListResponse
object
2 properties 2 required
ChannelUserContext
object
Adds context on the viewer's or author's role in the channel.
2 properties 1 required
MuteRecord
object
3 properties 3 required
SolAddress
string
Solana address
User
object
18 properties 12 required
ChannelMemberRole
string
The role of a channel member
UserViewerContext
object
Adds context on the viewer's follow relationship with the user.
4 properties 4 required
EthAddress
string
Ethereum address
Location
object
Coordinates and place names for a location
4 properties 2 required
UserDehydrated
object
7 properties 2 required
ChannelDehydrated
object
5 properties 3 required
LocationAddress
object
5 properties 2 required
MuteResponse
object
2 properties 1 required
ErrorRes
object
Details for the error response
4 properties 1 required
TextRange
object
2 properties 2 required
NextCursor
object
Returns next cursor
1 property 1 required
MuteReqBody
object
2 properties 2 required
Fid
integer
The unique identifier of a farcaster user or app (unsigned integer)

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

neynar-mute-api-openapi.yml Raw ↑