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

Certn Packages API

Predefined bundles of checks and application upgrades.

Certn Packages API is one of 6 APIs that Certn publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

Requests are made against 2 base URLs: https://api.certn.co, https://demo-api.certn.co.

2 operations 2 paths 7 schemas 1 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.certn.co/api/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Certn Packages API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — OAuth 2.0 client credentials. Exchange your Client ID and Client Secret for an access token, then send it as "Authorization: Bearer {token}".

Paths & Operations 2

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

Packages 2

Predefined bundles of checks and application upgrades.

PUT
/api/v1/hr/applicants/{applicant_id}/packages/deprecated
Add screening requests to an existing application
upgradeHrApplication 1 param body → 200401
GET
/api/v1/packages/
List screening packages
listPackages 1 param → 200401

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Application (7 properties), Report (7 properties), Check (5 properties), Applicant (5 properties). Each schema is shown below with its type and property counts.

Applicant
object
5 properties
Check
object
An individual check within an application, or an available check type.
5 properties
PackageUpgrade
object
Additional screening requests to add to an existing application.
2 properties
Package
object
A named bundle of checks.
4 properties
Report
object
Consolidated report across all checks in an application.
7 properties
Application
object
A screening application for an applicant.
7 properties
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

certn-packages-api-openapi.yml Raw ↑

Other APIs Certn publishes across the network.

Certn Applications API
Certn Checks API
Certn Reports API
Certn Teams and Users API
Certn Webhooks API