View all Webhooks

This API gives you the details of all the webhooks configured in your account. Details of multiple webhooks can be obtained through this API. This API also returns the unique IDs corresponding to each of the webhooks.

📘

Sample Request

https://api.azuga.com/azuga-ws/v3/webhooks.json

API Response Explanation

FieldDescriptionData type
generatedAtInMillisAPI generation timestamp in Milliseconds
webHookIdUnique identifier representing the webhookLong
tokenUnique identifier representing the webhookDate
nameName of the webhookString
webHookEventTypesArray of webhook event typesString
eventTypeType of the eventString
urlEndpoint of the webhookString
authorizationTypeType of authorizationString
emailAddress to which our application will send email when the specified URL is unavailable or does not respondString
pausedBoolean to indicate if the webhook is pausedboolean
pausedTillPeriod till which the webhook is paused

This field will be null if paused = false
Date
createdByUnique identifier of the user who created the webhookString
createdAtTimestamp (in Milliseconds) at which the webhook was createdTimestamp
lastModifiedByUnique identifier of the user who last modified the webhookString
lastModifiedAtTimestamp (in Milliseconds) at which the webhook was modified lastTimestamp
retryRateNumber of retries on errorsInteger
webHookAuthKeyValuesArray of key- value pairs used for authorizationSet
authKeyAuthorization keyString
authValueAuthorization valueString
deletedboolean value representing the delete state of the auth keyboolean
webHookEventTypesArray of webhook event typesList
eventTypeType of the eventString
deletedDeleted state of the eventboolean
expiredboolean representing whether the webhook is expired or notboolean
noOfSecondsFor Azuga internal useint
makeFor Azuga internal useString
modelFor Azuga internal useString
yearFor Azuga internal useString
speedFor Azuga internal useInteger
licensePlateNoFor Azuga internal useString
errorError messageList
keyApplication key (internal reference)String
Language
Authorization
Header
Click Try It! to start a request and see the response here!