GET/webhooks

Get Webhook

Get webhook configuration

Implementation Notes

This endpoint is used to retrieve Webhook.

GET/webhooks

Responses

StatusMeaningDescriptionSchema
200OKWebhook found
400Bad RequestNo webhook found.None

Example Request

# You can also use wget
curl -X GET /webhooks \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Example responses

200 Response
{
  "isAlertHook": true,
  "endpoint": "https://example.com/webhook",
  "authType": "basic",
  "userName": "admin",
  "password": "********",
  "token": "********"
}

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.