Webhooks
Update webhook by id
Update a webhook.
patch/v1/webhooks/{id}
Path parameters
idstring required
The unique identifier of a webhook.
Example:wh123abc45
Request body
Example request
{
"url": "https://{your-domain}.com/webhooks/ethena",
"type": "LEARNER_TRAINING_CAMPAIGN_COMPLETED"
}Response
No Content
Changes
No recorded changes to this endpoint across all 1 revision of this API.