Skip to main content
PUT
Update Webhook

Authorizations

X-SFPY-AGGREGATOR-SECRET-KEY
string
header
required

Path Parameters

raast-aggregator-id
string
required

The unique identifier for the aggregator

Example:

"agg_2288490a-2176-4de5-b373-0ffb6f8e2e6e"

webhook-id
string
required

The unique identifier for the webhook

Example:

"wh_be2d4ee4-96b0-4104-92b2-95237fd3aa16"

Body

application/json

Request to update a webhook endpoint

Parameters for the webhook modification

url
string

The URL where webhook events will be sent

Example:

"https://github.com/HasCold"

description
string

Optional description for the webhook endpoint

Example:

"this is testing url endpoint"

event_types
string[]

List of event types to subscribe to

Example:
enabled
boolean
Example:

true

Response

This response contains details of a Webhook

Standard response structure for successful operations

api_version
string

The current version of the API spec

Example:

"v1"

data
object

Contains the response data