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

CertiK Security Score API

Skynet multi-metric project security scores.

CertiK Security Score API is one of 2 APIs that CertiK publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Security Score. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

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

Requests are made against a single base URL, https://partner.certik-skynet.com.

2 operations 2 paths 4 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.4.2
Base URL
https://partner.certik-skynet.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

CertiK Security Score API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Certik-Api-Key (CertikApiKey). By default, every request must be authenticated.

  • CertikApiKey — Partner API key issued by the CertiK Business Team, sent on every request in the X-Certik-Api-Key header.

Paths & Operations 2

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

Security Score 2

Skynet multi-metric project security scores.

GET
/v1/security-scores
List project security scores
listSecurityScores 3 params → 200400403500
GET
/v1/security-scores/{id}
Get a single project security score
getSecurityScore 1 param → 200400403500

Schemas 4

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

SecurityScoreList
object
2 properties
SecurityScore
object
4 properties
Page
object
3 properties
Error
object
Standard CertiK API error envelope.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

certik-security-score-api-openapi.yml Raw ↑

Other APIs CertiK publishes across the network.

CertiK Token Scan API