C1 Step Up Authentication Providers API is one of 47 APIs that C1 publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Step Up Authentication Providers. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes
8 operations
across 5 paths,
and defines 18 schemas.
It is described by OpenAPI 3.1.0, at version 0.1.0-alpha.
Requests are made against a single base URL, https://{tenantDomain}.conductor.one.
8 operations5 paths18 schemas1 DELETE2 GET5 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
0.1.0-alpha
Base URL
https://example.conductor.one
Authentication
HTTP Bearer, OAuth 2.0
Resource Areas
1
Authentication & Security 2
C1 Step Up Authentication Providers API declares
2 security schemes
for authenticating requests.
It accepts HTTP bearer tokens (bearerAuth).
It supports OAuth 2.0 (oauth) using the clientCredentials flow.
By default, every request must be authenticated.
oauth — This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, re…
Paths & Operations 8
Across 5 paths, the API surfaces 8 operations — 1 DELETE, 2 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are c1.api.stepup.v1.StepUpProvider (10 properties), c1.api.stepup.v1.CreateStepUpProviderRequest (6 properties), c1.api.stepup.v1.SearchStepUpProvidersRequest (5 properties), c1.api.stepup.v1.ListStepUpProvidersResponse (2 properties). Each schema is shown below with its type and property counts.
c1.api.stepup.v1.StepUpProvider
object
The StepUpProvider message. This message contains a oneof named settings. Only a single field of the following list may be set at a time: - oauth2 - microsoft
The CreateStepUpProviderRequest message. This message contains a oneof named settings. Only a single field of the following list may be set at a time: - oauth2…