GET
/
farcaster
/
frame
/
validate
/
list
curl --request GET \
  --url https://api.neynar.com/v2/farcaster/frame/validate/list \
  --header 'x-api-key: <api-key>'
{
  "frames": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Response

200
application/json
Successful response

The response is of type object.