Souscriptions webhook
Gérer les souscriptions webhook depuis l'API.
GET /webhooks
GET /webhooksGET /v1/webhooks
X-Api-Key: …
X-Timestamp: …
X-Signature: …{
"error": false,
"http_status": 200,
"data": [
{
"subscription_id": "whs_b4c3a2…",
"url": "https://my-app.example.com/intram/webhook",
"event": "*",
"date": "2026-05-20T08:00:00.000Z"
}
]
}Champ
Type
Description
POST /webhooks
POST /webhooksBody
Champ
Obligatoire
Règles
Réponse 201 Created
201 CreatedDELETE /webhooks/:subscription_id
DELETE /webhooks/:subscription_idPOST /webhooks/:subscription_id/test
POST /webhooks/:subscription_id/testPatterns d'événements
Pattern
Match
Voir aussi
Mis à jour