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 Organization API

Manage your organization, users, and roles.

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

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

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

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

4 operations 3 paths 5 schemas 1 DELETE1 GET2 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 Organization 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 4

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

Organization 4

Manage your organization, users, and roles.

GET
/organization
Get your organization
getOrganization → 200401403500
POST
/organization/{id}/user
Invite user
1 param body → 200401403409500
DELETE
/organization/{id}/user
Remove a user from an organization
1 param body → 200400401403404409500
POST
/organization/{organization_id}/role
Change the role of a user
1 param body → 200400401403409500

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are user (9 properties), organization_user (8 properties), organization (8 properties), organization_role (4 properties). Each schema is shown below with its type and property counts.

organization
object
8 properties
organization_user
object
8 properties
user
object
9 properties
team_space_description
object
2 properties
organization_role
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

certifaction-organization-api-openapi.yml Raw ↑

Other APIs Certifaction publishes across the network.

Certifaction Account API
Certifaction Documents API
Certifaction Server API
Certifaction Signing API
Certifaction Teamspace API