Kandio
  • Getting started
  • Overview
  • Authorization code flow
  • Release notes
  • Assessment
    • Get assessments
    • Find assessment
  • Skillarea
    • Get skillareas
    • Find skillarea
  • Company Skillareas
    • Get skillareas
    • Find skillareas
  • Tests
    • Get tests
    • Create test
    • Get test skillareas
    • Get test company skillareas
    • Get test assessments
    • Create test assessment
  • Webhooks
    • Get webhooks
    • Create webhook
    • Find webhook
    • Update webhook
    • Delete webhook
Powered by GitBook
On this page
  1. Webhooks

Find webhook

PreviousCreate webhookNextUpdate webhook

Last updated 3 years ago

Find webhook by id

get

Returns a single webhook

Path parameters
organizationstringRequired

Name of the organization | can be found in the URL

webhookstringRequired

Id of the webhook

Responses
200
successful operation
application/json
400
Invalid Webhook
404
Webhook not found
get
GET /{organization}/webhooks/{webhook} HTTP/1.1
Host: 
Accept: */*
{
  "url": "text",
  "type": "text",
  "status": "text"
}