Webhooks
List webhook endpoints
GET
List webhook endpoints
Response
Endpoints for the active org.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.letmepost.dev/v1/webhook-endpoints{
"data": [
{
"id": "<string>",
"url": "<string>",
"events": [],
"active": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"lastDeliveryAt": "2023-11-07T05:31:56Z",
"lastFailureReason": "<string>"
}
]
}Endpoints for the active org.
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.letmepost.dev/v1/webhook-endpoints{
"data": [
{
"id": "<string>",
"url": "<string>",
"events": [],
"active": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"lastDeliveryAt": "2023-11-07T05:31:56Z",
"lastFailureReason": "<string>"
}
]
}