Aller au contenu principal

Liste des souscriptions webhook

GET 

/webhooks

Liste des souscriptions webhook

Responses

OK

Schema

    data

    object[]

  • Array [

  • 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

  • ]

Loading...