Skip to main content
GET
Query

Query

This endpoint allows querying the registered webhook URLs. Filtering can only be done using the event field.
  • If the event parameter is provided, only the webhooks related to that event will be returned
  • If no filter is provided, all registered webhooks will be returned

Query Parameters

string
Get a list of webhooks for a specific event type.Allowed values: onboarding, pix_key_payin

Response

Returns an array of webhook objects.
array
Array of webhook objects

Request Example