โ˜€๏ธProfile Creation

Learn how to use Airstack webhooks to listen to various use cases on profile creation on the Farcaster network.

Listen To All Farcaster Profile Creation

You can use Airstack webhooks to listen to all Farcaster profile creation by using the following configuration:

curl -X 'POST' \
  'https://webhooks.airstack.xyz/api/v1/webhooks' \
  -H 'accept: application/json' \
  -H 'Authorization: <YOUR_AIRSTACK_API_KEY>' \
  -H 'Content-Type: application/json' \
  -d '{
  "endpoint": "https://webhook.site",
  "filter_config": {
    "event_type": "profile.created"
  }
}'

Developer Support

If you have any questions or need help regarding creating webhook for listening to Farcaster profile creation events, please join our Airstack's Telegram group.

More Resources

Last updated