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

Terminal 3 OpenID Connect V1 API

OpenID Connect authorization, token, userinfo, and credential operations (v1).

Terminal 3 OpenID Connect V1 API is one of 7 APIs that Terminal 3 publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include OpenID Connect V1. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 6 operations across 6 paths. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://staging.terminal3.io.

6 operations 6 paths 0 schemas 4 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://staging.terminal3.io
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

Terminal 3 OpenID Connect V1 API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). An API key is passed in the header as x-api-token (apiKeyAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer access token (default authentication for the T3 API).
  • apiKeyAuth — API token required on specific endpoints (e.g. user creation). Contact enterprise@terminal3.io to obtain a key.

Paths & Operations 6

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

OpenID Connect V1 6

OpenID Connect authorization, token, userinfo, and credential operations (v1).

GET
/v1/openidc/authorize
OpenID Connect authorization endpoint
openidcAuthorize → 200302
GET
/v1/openidc/credentials
Get OpenID Connect credentials
getOpenidcCredentials → 200401
POST
/v1/openidc/credentials/proof
Create a proof for OpenID Connect credentials
createOpenidcCredentialsProof → 200401
POST
/v1/openidc/token
OpenID Connect token endpoint (v1)
createOpenidcToken → 200400
GET
/v1/openidc/user
OpenID Connect userinfo endpoint (v1)
getOpenidcUser → 200401
GET
/v1/openidc/user/social_connections
Get a user's social connections
getOpenidcUserSocialConnections → 200401

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

terminal-3-openid-connect-v1-api-openapi.yml Raw ↑

Other APIs Terminal 3 publishes across the network.

Terminal 3 DID V1 API
Terminal 3 OpenID Connect V2 API
Terminal 3 Sub Client V1 API
Terminal 3 Transactional Email Template V1 API
Terminal 3 User V1 API
Terminal 3 VC V1 API