Retrieve Webhook Information
This endpoint allows you to retrieve an information about a specific Webhook
GET
/v2/webhooks/{id}
curl \
-X GET https://api.squake.earth/v2/webhooks/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kind": "order",
"signing_key": "TAWHPBAVckH8KmxRtlRX/rQ/mona5vUem7QFtozGHxM=",
"endpoint_url": "http://example.com",
"last_sent_at": "2024-08-24T14:15:22Z",
"last_failed_at": "2024-08-22T14:10:78Z",
"failed_attempts": 0
}