Get list of webhooks
Get list of webhooks the data related and events
Request Body optional
offsetintegerThe offset of the results (start from offset and get the limit)
Example: 0limitinteger · max: 50The limit of results for pagination
Example: 20searchstringSearch webhooks by name or description
Example: my webhook 2
Responses
webhook_idintegerThe ID of the webhook used for single webhook actions
Example: 4namestringWebhook name to recognize
Example: Webhook namedescriptionstringWebhook description
Example: Webhook descriptioneventsinteger[]actionstringRequest action (post/get/put/delete)
Example: posturlstringValid url for webhook
Example: https://webhook.site/7b152643-b570-46dd-976c-bee83497af41headersobject[]content_typestringThe body content type (system/custom)
Example: system
Create single webhook
Create single webhook
Request Body optional
namestringThe name of the webhook
Example: webhook1descriptionstringThe description of the webhook
Example: description1eventsinteger[]Array of evnt ids (check webhook event request)
Example: [1,2]actionstringThe action of the webhook request (post/put/delete/get)
Example: posturlstringThe url of the webhook request
Example: https://webhook.site/7b152643-b570-46dd-976c-bee83497af41headersobject[]content_typestringThe body sent type can be "json" / "system"
Example: system
Responses
success
successstringExample: trueresponseobject
Get single webhook
Get single webhook with the data related and events
path Parameters
webhook_idinteger · int32 · requiredId of Webhook we look for
Responses
success
webhook_idintegerThe ID of the webhook used for single webhook actions
Example: 4namestringWebhook name to recognize
Example: Webhook namedescriptionstringWebhook description
Example: Webhook descriptioneventsinteger[]actionstringRequest action (post/get/put/delete)
Example: posturlstringValid url for webhook
Example: https://webhook.site/7b152643-b570-46dd-976c-bee83497af41headersobject[]content_typestringThe body content type (system/custom)
Example: system
Update single webhook
Update single webhook
path Parameters
webhook_idinteger · int32 · requiredId of Webhook we update
Request Body optional
namestringThe name of the webhook
Example: webhook1descriptionstringThe description of the webhook
Example: description1eventsinteger[]Array of evnt ids (check webhook event request)
Example: [1,2]actionstringThe action of the webhook request (post/put/delete/get)
Example: posturlstringThe url of the webhook request
Example: https://webhook.site/7b152643-b570-46dd-976c-bee83497af41headersobject[]content_typestringThe body sent type can be "json" / "system"
Example: system
Responses
success
successstringExample: trueresponseobject