cURL
curl --request GET \ --url https://api.neynar.com/v2/farcaster/login/authorize/ \ --header 'x-api-key: <api-key>'
{ "authorization_url": "<string>" }
Fetch authorization url (Fetched authorized url useful for SIWN login operation)
API key to authorize requests
code
Success
The response is of type object.
object
Was this page helpful?