GET
/
farcaster
/
signer
/
developer_managed
curl --request GET \
  --url https://api.neynar.com/v2/farcaster/signer/developer_managed \
  --header 'x-api-key: <api-key>'
{
  "public_key": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
  "status": "pending_approval",
  "signer_approval_url": "<string>",
  "fid": 3
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

public_key
string
required

Ed25519 public key

Example:

"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Response

200
application/json

Successful operation.

The response is of type object.