Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Willo Webhooks API

Notifications posted to a third-party endpoint on new response, stage change, new comment, or new score.

Willo Webhooks API is one of 9 APIs that Willo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhooks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

Requests are made against 2 base URLs: https://api.willotalent.com/api/integrations/v2, https://api.stage.willotalent.com/api/integrations/v2.

5 operations 2 paths 3 schemas 1 DELETE1 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://api.willotalent.com/api/integrations/v2
Authentication
API Key
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Willo Webhooks API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — The integration key ("API key") available on the Willo Integrations page at https://app.willotalent.com/integrations, sent in the Authorization header. Each us…

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 1 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Webhooks 5

Notifications posted to a third-party endpoint on new response, stage change, new comment, or new score.

GET
/webhooks/
List Webhooks
listWebhooks → 200401
POST
/webhooks/
Create Webhook
createWebhook body → 201400401
PUT
/webhooks/{key}/
Update Webhook (PUT)
replaceWebhook 1 param body → 200401404
PATCH
/webhooks/{key}/
Update Webhook (PATCH)
updateWebhook 1 param body → 200401404
DELETE
/webhooks/{key}/
Delete Webhook
deleteWebhook 1 param → 204401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Webhook (4 properties), WebhookInput (3 properties), Error (1 property). Each schema is shown below with its type and property counts.

WebhookInput
object
3 properties 2 required
Error
object
1 property
Webhook
object
A subscription that posts an event payload to a third-party endpoint.
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

willo-webhooks-api-openapi.yml Raw ↑

Other APIs Willo publishes across the network.

Willo Child Organisations API
Willo Departments API
Willo Interview Templates API
Willo Interviews API
Willo Message Templates API
Willo Participants API
Willo Reference API
Willo Users API