List all webhooks
GET/v2/config/webhooks
This endpoint is used to get all webhooks that was defined to trigger events to an external IT system.
Request
Query Parameters
Requested index for start of resources to be provided in response requested by client
Default value: 10
Number of items returned per page. Requested number of resources to be provided in response requested by client
Responses
- 200
OK
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Webhook
- ]
pagination object
Current page number
Total number of items available
Total number of pages based on limit
Number of items per page
Indicates if there's a previous page
Indicates if there's a next page
webhooks object[]
Webhook Id
Organisation Id
Webhook payload Url
Possible values: [application/json
, application/x-www-form-urlencoded
]
Webhook payload content type
subscribedEvents objectrequired
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
]
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
, openid.credential.offer_sent
, openid.credential.offer_received
, openid.credential.credential_issued
, openid.credential.credential_acked
, openid.credential.credential_pending
, openid.presentation.request_sent
, openid.presentation.request_sent.v3
, openid.presentation.request_received
, openid.presentation.request_received.v3
, openid.presentation.presentation_acked
, openid.presentation.presentation_acked.v3
, openid.presentation.presentation_pending
, openid.presentation.presentation_pending.v3
]
Is webhook disabled or not
Secret key for checking authenticity of the source
Skip SSL verification for webhook Url
Creation timestamp
{
"pagination": {
"currentPage": 0,
"totalItems": 0,
"totalPages": 0,
"limit": 0,
"hasPrevious": true,
"hasNext": true
},
"webhooks": [
{}
]
}