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 Child Organisations API

Organisations created under a parent organisation, inheriting its properties but managed independently.

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

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

This API exposes 2 operations across 1 path, 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.

2 operations 1 paths 3 schemas 1 GET1 POST

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 Child Organisations 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 2

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

Child Organisations 2

Organisations created under a parent organisation, inheriting its properties but managed independently.

GET
/children/
List Children
listChildOrganisations → 200401
POST
/children/
Create Child Organisation
createChildOrganisation body → 201400401

Schemas 3

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

Error
object
1 property
ChildOrganisationInput
object
1 property 1 required
ChildOrganisation
object
An organisation created under a parent organisation.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

willo-child-organisations-api-openapi.yml Raw ↑

Other APIs Willo publishes across the network.

Willo Departments API
Willo Interview Templates API
Willo Interviews API
Willo Message Templates API
Willo Participants API
Willo Reference API
Willo Users API
Willo Webhooks API