Webhooks
Get Webhooks
Retrieves all registered webhooks. This endpoint allows clients to fetch a list of all webhooks that have been registered. Each webhook in the list includes details such as the unique identifier, the scope of events that trigger the webhook, the endpoint URL, the signing key (if provided), the client ID, the protocol used, and timestamps for when the webhook was created and last updated. This information helps clients manage and audit their webhook configurations.
GET
/
notification
/
v1
/
connect
/
webhook
/
subscriptions
Authorizations
auth
string
headerrequiredThe API requires the following auth in headers for authentication.
Response
200 - application/json
data
object[]
msg
string