GET
/webhook-eventslistProjectWebhookEvents
Authentication
This operation does not declare an authentication requirement in the API contract.
Request examples
bash
curl --request GET 'https://api.au.boundry.dev/webhook-events' \
+ -H 'Authorization: Bearer $BOUNDRY_API_KEY' \
+200 response
Recent project webhook events
FieldTypeDescription
objectrequiredunknownValues: "list".
datarequiredarrayidrequiredstringwebhook_idrequiredstringtyperequiredstringdatarequiredobjectcreated_atrequiredstring | null | null (date-time)attemptobject | null | nullhas_morerequiredbooleanapplication/json
{
"object": "list",
"data": [
{
"id": "string",
"webhook_id": "string",
"type": "string"
}
],
"has_more": true
}