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

Create webhook

PreviousGet webhooksNextFind webhook

Last updated 3 years ago

Create a webhook in an organization

post
Path parameters
organizationstringRequired

Name of the organization | can be found in the URL

Body
urlstringOptional

Url of the webhook

typestringOptional

Type of the webhook

Responses
200
successful operation
application/json
post
POST /{organization}/webhooks HTTP/1.1
Host: 
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 28

"url='text'&type='text'"
200

successful operation

{
  "url": "text",
  "type": "text",
  "status": "text"
}