Webhook management
Set up webhook
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"message": "Webhook successfully created",
"data": null
}"Unauthorized."{
"message": [
"User not authenticated.",
"User not found.",
"This webhook already exists",
"Unable to set up the webhook URL."
],
"data": null
}{
"url": [
"The url field is required."
]
}Update webhook
Headers
Name
Type
Description
Request Body
Name
Type
Description
Delete webhook
Headers
Name
Type
Description
Request Body
Name
Type
Description
Get user webhooks
Headers
Name
Type
Description
Last updated
Was this helpful?