Skip to main content

List all webhooks

GET 

/config/webhooks

This endpoint is used to get all webhooks that was defined to trigger events to an external IT system.

Request

Query Parameters

    offset integerrequired

    Requested index for start of resources to be provided in response requested by client

    limit integerrequired

    Default value: 10

    Number of items returned per page. Requested number of resources to be provided in response requested by client

Responses

OK

Response Headers
    Schema
      pagination object
      currentPage integer

      Current page number

      totalItems integer

      Total number of items available

      totalPages integer

      Total number of pages based on limit

      limit integer

      Number of items per page

      hasPrevious boolean

      Indicates if there's a previous page

      hasNext boolean

      Indicates if there's a next page

      webhooks object[]
    • Array [
    • oneOf
      id string

      Webhook Id

      orgId string

      Organisation Id

      payloadUrl stringrequired

      Webhook payload Url

      contentType stringrequired

      Possible values: [application/json, application/x-www-form-urlencoded]

      Webhook payload content type

      subscribedEvents objectrequired
      consentManagementWebhook string[]

      Possible values: [data.update.initiated, data.update.cancelled, consent.allowed, consent.disallowed, consent.auto_expiry, org.unsubscribed, data.delete.initiated, data.download.initiated, data.delete.cancelled, data.download.cancelled, org.subscribed]

      digitalWalletWebhook string[]

      Possible values: [digitalwallet.connection.init, digitalwallet.connection.invitation, digitalwallet.connection.request, digitalwallet.connection.response, digitalwallet.connection.active, digitalwallet.connection.error, digitalwallet.connection.inactive, digitalwallet.connection.delete, digitalwallet.credential.proposal_sent, digitalwallet.credential.proposal_received, digitalwallet.credential.offer_sent, digitalwallet.credential.offer_received, digitalwallet.credential.request_sent, digitalwallet.credential.request_received, digitalwallet.credential.credential_issued, digitalwallet.credential.credential_received, digitalwallet.credential.credential_acked, digitalwallet.presentation.proposal_sent, digitalwallet.presentation.proposal_received, digitalwallet.presentation.request_sent, digitalwallet.presentation.request_received, digitalwallet.presentation.presentation_sent, digitalwallet.presentation.presentation_received, digitalwallet.presentation.verified, digitalwallet.presentation.presentation_acked]

      disabled booleanrequired

      Is webhook disabled or not

      secretKey stringrequired

      Secret key for checking authenticity of the source

      skipSslVerification booleanrequired

      Skip SSL verification for webhook Url

      timestamp stringrequired

      Creation timestamp

    • ]
    Loading...