Liste des souscriptions webhook
GET/webhooks
Liste des souscriptions webhook
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
id integer
Identifiant
url string
URL de callback
secret stringnullable
Secret HMAC (affiché uniquement à la création)
events string[]
Événements souscrits
active boolean
Actif
verified boolean
Vérifié
failureCount integer
Nombre d'échecs consécutifs
dateAdd stringnullable
Date de création
{
"data": [
{
"id": 1,
"url": "https://hook.eu1.make.com/abc123",
"secret": "string",
"events": "[\"intervention.created\",\"harvest.created\"]",
"active": true,
"verified": true,
"failureCount": 0,
"dateAdd": "string"
}
]
}
Unauthorized
Loading...