GET
/
farcaster
/
login
/
authorize
curl --request GET \
  --url https://api.neynar.com/v2/farcaster/login/authorize \
  --header 'x-api-key: <api-key>'
{
  "authorization_url": "<string>"
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

client_id
string
required
response_type
enum<string>
required
Available options:
code

Response

200
application/json
Successful operation.
authorization_url
string
required