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

Certifaction Account API

Access your user account data

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

Tagged areas include Account. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0.

Requests are made against a single base URL, {{ .APIServerURL }}.

2 operations 2 paths 3 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
Base URL
https://api.certifaction.io
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Certifaction Account API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (api_key). By default, every request must be authenticated.

Paths & Operations 2

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

Account 2

Access your user account data

POST
/qes/check
Check account QES status
body → 200400401404
GET
/user
Get account data
get_user → 200401

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are user (26 properties), identity (14 properties), organization (4 properties). Each schema is shown below with its type and property counts.

identity
object
14 properties 12 required
user
object
26 properties
organization
object
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

certifaction-account-api-openapi.yml Raw ↑

Other APIs Certifaction publishes across the network.

Certifaction Documents API
Certifaction Organization API
Certifaction Server API
Certifaction Signing API
Certifaction Teamspace API