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

C1 App API

The App API from C1 — 3 operation(s) for app.

C1 App API is one of 47 APIs that C1 publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 6 operations across 3 paths, and defines 14 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.

6 operations 3 paths 14 schemas 1 DELETE2 GET3 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 App 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 6

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

App 6
GET
/api/v1/apps
List
c1.api.app.v1.Apps.List 2 params → 200
POST
/api/v1/apps
Create
c1.api.app.v1.Apps.Create body → 200
DELETE
/api/v1/apps/{id}
Delete
c1.api.app.v1.Apps.Delete 1 param body → 200
GET
/api/v1/apps/{id}
Get
c1.api.app.v1.Apps.Get 1 param → 200
POST
/api/v1/apps/{id}
Update
c1.api.app.v1.Apps.Update 1 param body → 200
POST
/api/v1/search/apps
Search
c1.api.app.v1.AppSearch.Search body → 200

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are c1.api.user.v1.User (31 properties), c1.api.app.v1.App (25 properties), c1.api.app.v1.CreateAppRequest (9 properties), c1.api.app.v1.SearchAppsRequest (8 properties). Each schema is shown below with its type and property counts.

c1.api.app.v1.UpdateAppRequestInput
object
The UpdateAppRequest message contains the app to update and the fields to update.
2 properties
c1.api.app.v1.DeleteAppResponse
object
Empty response body. Status code indicates success.
c1.api.app.v1.GetAppResponse
object
The GetAppResponse message contains the details of the requested app in the app field.
1 property
c1.api.user.v1.UserAttributeMappingSource
object
The UserAttributeMappingSource message.
5 properties
c1.api.app.v1.CreateAppResponse
object
Returns the new app's values.
1 property
c1.api.app.v1.UpdateAppResponse
object
Returns the updated app's new values.
1 property
c1.api.user.v1.User
object
The User object provides all of the details for an user, as well as some configuration.
31 properties
c1.api.app.v1.SearchAppsRequest
object
Search Apps by a few properties.
8 properties
c1.api.app.v1.CreateAppRequest
object
The CreateAppRequest message is used to create a new app.
9 properties 1 required
c1.api.app.v1.ListAppsResponse
object
The ListAppsResponse message contains a list of results and a nextPageToken if applicable.
2 properties
c1.api.app.v1.DeleteAppRequestInput
object
Empty request body
c1.api.app.v1.App
object
The App object provides all of the details for an app, as well as some configuration.
25 properties
c1.api.app.v1.SearchAppsResponse
object
The SearchAppsResponse message contains a list of results and a nextPageToken if applicable.
2 properties
c1.api.policy.v1.PolicyRef
object
The PolicyRef message.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

c1-app-api-openapi.yml Raw ↑

Other APIs C1 publishes across the network.

Baton Connector Framework
C1 Access Conflict API
C1 App Entitlement API
C1 App Entitlement Automation API
C1 App Entitlement Automation Exclusion API
C1 App Entitlement Monitor Binding API
C1 App Entitlement Owner API
C1 App Entitlement Proxy Binding API
C1 App Entitlement User Binding API
C1 App Entitlement User Binding Feed API
C1 App Entitlement User Binding History API
C1 App Owner API