How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ConductorOne Connector Catalog API

The Connector Catalog API from ConductorOne — 1 operation(s) for connector catalog.

ConductorOne Connector Catalog API is one of 46 APIs that ConductorOne publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 1 operation across 1 path, and defines 61 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0-alpha.

Requests are made against a single base URL, https://{tenantDomain}.conductor.one.

1 operations 1 paths 61 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.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

ConductorOne Connector Catalog 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 1

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

Connector Catalog 1
POST
/api/v1/connectorcatalog
Configuration Schema
c1.api.integration.connector.v1.ConnectorCatalogService.ConfigurationSchema body → 200

Schemas 61

The contract defines 61 schemas that model the data the API accepts and returns. The most detailed are validate.StringRules (26 properties), validate.FieldRules (22 properties), c1.api.integration.connector.v1.Field (20 properties), validate.BytesRules (14 properties). Each schema is shown below with its type and property counts.

c1.api.form.v1.RequiredTogether
object
The RequiredTogether message.
validate.BytesRules
object
BytesRules describe the constraints applied to bytes values This message contains a oneof named wellknown. Only a single field of the following list may be set…
14 properties
validate.SInt32Rules
object
SInt32Rules describes the constraints applied to sint32 values
8 properties
validate.EnumRules
object
EnumRules describe the constraints applied to enum values
4 properties
c1.api.integration.connector.v1.OAuth2Field
object
The OAuth2Field message.
validate.RepeatedRules
object
RepeatedRules describe the constraints applied to repeated values
5 properties
c1.api.integration.connector.v1.ImportField
object
The ImportField message.
3 properties
validate.MessageRules
object
MessageRules describe the constraints applied to embedded message values. For message-type fields, validation is performed recursively.
2 properties
validate.Int32Rules
object
Int32Rules describes the constraints applied to int32 values
8 properties
c1.api.integration.connector.v1.StringListField
object
The StringListField message.
1 property
c1.api.form.v1.StringSliceField
object
The StringSliceField message. This message contains a oneof named view. Only a single field of the following list may be set at a time: - chipsField This messa…
4 properties
c1.api.integration.connector.v1.FieldGroup
object
The FieldGroup message.
4 properties
c1.api.integration.connector.v1.StringMapField
object
The StringMapField message.
1 property
c1.api.integration.connector.v1.TextField
object
The TextField message.
2 properties
validate.UInt32Rules
object
UInt32Rules describes the constraints applied to uint32 values
8 properties
c1.api.form.v1.FieldRelationship
object
FieldRelationships can be used during form validation, or they can represent information that is necessary to when it comes to visually rendering the form This…
4 properties
validate.TimestampRules
object
TimestampRules describe the constraints applied exclusively to the google.protobuf.Timestamp well-known type
9 properties
validate.FloatRules
object
FloatRules describes the constraints applied to float values
8 properties
c1.api.form.v1.Form
object
A form is a collection of fields to be filled out by a user
5 properties
validate.Fixed64Rules
object
Fixed64Rules describes the constraints applied to fixed64 values
8 properties
validate.DoubleRules
object
DoubleRules describes the constraints applied to double values
8 properties
c1.api.form.v1.StringField
object
The StringField message. This message contains a oneof named view. Only a single field of the following list may be set at a time: - textField - passwordField…
6 properties
validate.DurationRules
object
DurationRules describe the constraints applied exclusively to the google.protobuf.Duration well-known type
8 properties
validate.UInt64Rules
object
UInt64Rules describes the constraints applied to uint64 values
8 properties
c1.api.form.v1.BoolField
object
The BoolField message. This message contains a oneof named view. Only a single field of the following list may be set at a time: - checkboxField This message c…
3 properties
c1.api.integration.connector.v1.ConnectorCatalogServiceConfigurationSchemaResponse
object
The ConnectorCatalogServiceConfigurationSchemaResponse message.
2 properties
validate.Int64Rules
object
Int64Rules describes the constraints applied to int64 values
8 properties
c1.api.integration.connector.v1.CheckboxField
object
The CheckboxField message.
1 property
c1.api.form.v1.SelectOption
object
The SelectOption message.
2 properties
validate.SFixed32Rules
object
SFixed32Rules describes the constraints applied to sfixed32 values
8 properties
c1.api.form.v1.PasswordField
object
The PasswordField message.
validate.StringRules
object
StringRules describe the constraints applied to string values This message contains a oneof named wellknown. Only a single field of the following list may be s…
26 properties
validate.SFixed64Rules
object
SFixed64Rules describes the constraints applied to sfixed64 values
8 properties
c1.api.integration.connector.v1.StringField
object
The StringField message.
2 properties
validate.FieldRules
object
FieldRules encapsulates the rules for each type of field. Depending on the field, the correct set should be used to ensure proper validations. This message con…
22 properties
c1.api.form.v1.CheckboxField
object
The CheckboxField message.
c1.api.form.v1.TextField
object
The TextField message.
1 property
validate.MapRules
object
MapRules describe the constraints applied to map values
6 properties
c1.api.integration.connector.v1.Field
object
The Field message. This message contains a oneof named field. Only a single field of the following list may be set at a time: - str - select - random - import…
20 properties
c1.api.form.v1.ChipsField
object
The ChipsField message.
c1.api.integration.connector.v1.SelectField
object
The SelectField message.
1 property
c1.api.integration.connector.v1.KeyValueField
object
The KeyValueField message.
1 property
c1.api.integration.connector.v1.RandomStringField
object
The RandomStringField message.
1 property
c1.api.integration.connector.v1.ConfigSchema
object
The ConfigSchema message.
8 properties
c1.api.form.v1.FileField
object
The FileField message. This message contains a oneof named view. Only a single field of the following list may be set at a time: - fileInputField This message…
3 properties
c1.api.form.v1.AtLeastOne
object
The AtLeastOne message.
validate.SInt64Rules
object
SInt64Rules describes the constraints applied to sint64 values
8 properties
c1.api.integration.connector.v1.SelectField.Item
object
The Item message.
2 properties
c1.api.form.v1.Field
object
A field is a single input meant to collect a piece of data from a user This message contains a oneof named type. Only a single field of the following list may…
8 properties
c1.api.form.v1.SelectField
object
The SelectField message.
1 property
validate.AnyRules
object
AnyRules describe constraints applied exclusively to the google.protobuf.Any well-known type
3 properties
c1.api.integration.connector.v1.RotatableSecretField
object
The RotatableSecretField message.
c1.api.integration.connector.v1.ReadOnlyField
object
The ReadOnlyField message.
c1.api.integration.connector.v1.ConnectorCatalogServiceConfigurationSchemaRequest
object
The ConnectorCatalogServiceConfigurationSchemaRequest message.
3 properties
c1.api.integration.connector.v1.OptionsField
object
The OptionsField message.
c1.api.form.v1.NumberField
object
The NumberField message.
3 properties
validate.BoolRules
object
BoolRules describes the constraints applied to bool values
1 property
c1.api.form.v1.Int64Field
object
The Int64Field message. This message contains a oneof named view. Only a single field of the following list may be set at a time: - numberField This message co…
4 properties
c1.api.form.v1.FileInputField
object
The FileInputField message.
validate.Fixed32Rules
object
Fixed32Rules describes the constraints applied to fixed32 values
8 properties
c1.api.form.v1.MutuallyExclusive
object
The MutuallyExclusive message.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

conductorone-connector-catalog-api-openapi.yml Raw ↑

Other APIs ConductorOne publishes across the network.

ConductorOne Access Conflict API
ConductorOne App API
ConductorOne App Entitlement API
ConductorOne App Entitlement Automation API
ConductorOne App Entitlement Automation Exclusion API
ConductorOne App Entitlement Monitor Binding API
ConductorOne App Entitlement Owner API
ConductorOne App Entitlement Proxy Binding API
ConductorOne App Entitlement User Binding API
ConductorOne App Entitlement User Binding Feed API
ConductorOne App Entitlement User Binding History API
ConductorOne App Owner API
Where this information came from

This is an independent, third-party profile of ConductorOne Connector Catalog API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.