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 Interviews API

A named set of pre-defined questions a participant answers; typically a "job" in an ATS.

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

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

This API exposes 6 operations across 2 paths, and defines 4 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.

6 operations 2 paths 4 schemas 1 DELETE2 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 Interviews 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 6

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

Interviews 6

A named set of pre-defined questions a participant answers; typically a "job" in an ATS.

GET
/interviews/
List Interviews
listInterviews → 200401
POST
/interviews/
Create Interview
createInterview body → 201400401
GET
/interviews/{key}/
Interview Details
getInterview 1 param → 200401404
PUT
/interviews/{key}/
Update Interview (PUT)
replaceInterview 1 param body → 200401404
PATCH
/interviews/{key}/
Update Interview (PATCH)
updateInterview 1 param body → 200401404
DELETE
/interviews/{key}/
Delete Interview
deleteInterview 1 param → 204401404

Schemas 4

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

Question
object
A single pre-defined question within an interview.
5 properties
Error
object
1 property
Interview
object
A named set of pre-defined questions; typically a "job" in an ATS.
6 properties
InterviewInput
object
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

willo-interviews-api-openapi.yml Raw ↑

Other APIs Willo publishes across the network.

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