cURL
curl --request GET \ --url https://api.neynar.com/v2/farcaster/frame/validate/list/ \ --header 'x-api-key: <api-key>'
{ "frames": [ "<string>" ] }
Fetch a list of all the mini apps validated by a user
API key to authorize requests
Success
The response is of type object.
object
Was this page helpful?