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

Manage teamspaces and their members.

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

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

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

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

3 operations 3 paths 2 schemas 1 DELETE1 PATCH1 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 Teamspace 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 3

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

Teamspace 3

Manage teamspaces and their members.

PATCH
/team-space/{id}/rename
Rename a teamspace
1 param body → 201400401403404500
POST
/team-space/{id}/members
Add members to a teamspace
1 param body → 201400401403404500
DELETE
/team-space/{id}/members/{memberId}
Remove a member from a teamspace
3 params → 204400401403404500

Schemas 2

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

teamspace_member_add_request
object
3 properties
teamspace_rename_request
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

certifaction-teamspace-api-openapi.yml Raw ↑

Other APIs Certifaction publishes across the network.

Certifaction Account API
Certifaction Documents API
Certifaction Organization API
Certifaction Server API
Certifaction Signing API