GET/webhooks/{webhookId}

Get Webhook

This endpoint is used to retrieve Webhook.
GET/webhooks/{webhookId}

Responses

StatusMeaningDescriptionSchema
200OKWebhook found
400Bad RequestNo webhook found.None

Example Request

# You can also use wget
curl -X GET /webhooks/{webhookId} \
  -H 'Content-Type: application/json' \
  -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.