GET
Webhook abrufen
/webhooks/{webhook_id}Gibt einen bestimmten Webhook nach ID zurück.
Parameter
Pfadparameter
| Name | Typ | Beschreibung |
|---|---|---|
webhook_iderforderlich | string | The webhook ID |
Code-Beispiele
curl -X GET "https://api.qamaq.io/api/v1/webhooks/{webhook_id}" \
-H "Authorization: Bearer qmq_your_api_key"Antworten
200Webhook details
Response Body
{
id:stringname:stringurl:stringevents:string[]has_secret:booleanheaders:objectis_active:booleanlast_triggered_at:string (date-time)last_status:stringfailure_count:integercreated_at:string (date-time)updated_at:string (date-time)}