Webhook endpoints
Update a webhook endpoint
This endpoint is used to update an existing webhook endpoint.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier assigned to the webhook endpoint within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the webhook endpoint's record within the Lago system.
Body
application/json
Webhook Endpoint update payload
Response
200
application/json
Webhook Endpoint updated
Was this page helpful?