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

Checkr Nodes and Hierarchy API

Tree of nodes modeling account/organization structure.

Checkr Nodes and Hierarchy API is one of 14 APIs that Checkr publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 7 operations across 5 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against 2 base URLs: https://api.checkr.com/v1, https://api.checkr-staging.com/v1.

7 operations 5 paths 1 schemas 1 DELETE3 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.checkr.com/v1
Authentication
HTTP Basic
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Checkr Nodes and Hierarchy API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic auth with your secret API key as the username and an empty password. Checkr Partner integrations authenticate on behalf of customer accounts using O…

Paths & Operations 7

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

Nodes and Hierarchy 7

Tree of nodes modeling account/organization structure.

POST
/hierarchy
Create a hierarchy
createHierarchy body → 200
POST
/hierarchy/nodes
Add nodes to the hierarchy
addHierarchyNodes body → 200
GET
/hierarchy/status
Retrieve hierarchy update status
getHierarchyStatus → 200
GET
/nodes
List nodes
listNodes → 200
GET
/nodes/{id}
Retrieve a node
getNode 1 param → 200
PATCH
/nodes/{id}
Update a node
updateNode 1 param body → 200
DELETE
/nodes/{id}
Delete a node
deleteNode 1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Node (6 properties). Each schema is shown below with its type and property counts.

Node
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

checkr-nodes-and-hierarchy-api-openapi.yml Raw ↑

Other APIs Checkr publishes across the network.

Checkr Account API
Checkr Adverse Actions API
Checkr Candidates API
Checkr Continuous Checks API
Checkr Documents API
Checkr Geos API
Checkr Invitations API
Checkr Packages API
Checkr Reports API
Checkr Screenings API
Checkr Subscriptions API
Checkr Verifications API