Skip to main content
GET
cURL

Creating a Webhook with JiffyLabs API

Sample Curl Request

Sample Response when success

Authorizations

x-api-key
string
header
required

Query Parameters

webhookUrl
string
required

The URL to which the webhook should send the data

filter
string
required

The filter to apply to the webhook. Must be one of: ADDRESS, FACTORY, BUNDLER, PAYMASTER

identifier
string
required

The identifier to filter on, i.e. ADDRESS

chainId
string
required

The chainId to filter on, i.e. 1 for Ethereum, 8453 for Base ...

apiName
string
required

The name of the API to create the webhook for

Response