List webhooks
Response
Example response
[
{
"id_webhook_endpoint": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"endpoint_description": "Webhook to receive connection events",
"url": "https://acme.com/webhook_receiver",
"secret": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"active": true,
"created_at": "2024-10-01T12:00:00Z",
"scope": [
"connection.created"
],
"id_project": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"last_update": "2024-10-01T12:00:00Z"
}
]Changes
Changed in 5 of the 18 revisions of this API.102
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
items/activebecame nullable for the status200response-property-became-nullable
- ▲
the response property
items/created_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
items/id_projectbecame nullable for the status200response-property-became-nullable
- ▲
the response property
items/id_webhook_endpointbecame nullable for the status200response-property-became-nullable
- ▲
the response property
items/scopebecame nullable for the status200response-property-became-nullable
- ▲
the response property
items/secretbecame nullable for the status200response-property-became-nullable
- ▲
the response property
items/urlbecame nullable for the status200response-property-became-nullable
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
items/endpoint_descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
items/last_updatebecame nullable for the status200response-property-became-nullable
- ▲
- ○
endpoint added
endpoint-added
- ○