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 Entitlement Proxy Binding API

The App Entitlement Proxy Binding API from C1 — 1 operation(s) for app entitlement proxy binding.

C1 App Entitlement Proxy Binding 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 Entitlement Proxy Binding. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 1 path, and defines 8 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.

3 operations 1 paths 8 schemas 1 DELETE1 GET1 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 Entitlement Proxy Binding 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 3

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

App Entitlement Proxy Binding 3
DELETE
/api/v1/apps/{src_app_id}/{src_app_entitlement_id}/bindings/{dst_app_id}/{dst_app_entitlement_id}
Delete
c1.api.app.v1.AppEntitlementsProxy.Delete 4 params body → 200
GET
/api/v1/apps/{src_app_id}/{src_app_entitlement_id}/bindings/{dst_app_id}/{dst_app_entitlement_id}
Get
c1.api.app.v1.AppEntitlementsProxy.Get 4 params → 200
POST
/api/v1/apps/{src_app_id}/{src_app_entitlement_id}/bindings/{dst_app_id}/{dst_app_entitlement_id}
Create
c1.api.app.v1.AppEntitlementsProxy.Create 4 params body → 200

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are c1.api.app.v1.AppEntitlementProxy (9 properties), c1.api.app.v1.AppEntitlementProxyView (5 properties), c1.api.app.v1.GetAppEntitlementProxyResponse (2 properties), c1.api.app.v1.CreateAppEntitlementProxyResponse (2 properties). Each schema is shown below with its type and property counts.

c1.api.app.v1.AppEntitlementProxyView
object
The AppEntitlementProxyView message.
5 properties
c1.api.app.v1.AppEntitlementProxy
object
The AppEntitlementProxy message. This message contains a oneof named implicit. Only a single field of the following list may be set at a time: - implicit
9 properties
c1.api.app.v1.AppEntitlementProxyExpandMask
object
The AppEntitlementProxyExpandMask message.
1 property
c1.api.app.v1.GetAppEntitlementProxyResponse
object
The GetAppEntitlementProxyResponse message.
2 properties
c1.api.app.v1.CreateAppEntitlementProxyResponse
object
The CreateAppEntitlementProxyResponse message.
2 properties
c1.api.app.v1.DeleteAppEntitlementProxyResponse
object
The DeleteAppEntitlementProxyResponse message.
c1.api.app.v1.CreateAppEntitlementProxyRequestInput
object
The CreateAppEntitlementProxyRequest message.
1 property
c1.api.app.v1.DeleteAppEntitlementProxyRequestInput
object
The DeleteAppEntitlementProxyRequest message.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

c1-app-entitlement-proxy-binding-api-openapi.yml Raw ↑

Other APIs C1 publishes across the network.

Baton Connector Framework
C1 Access Conflict API
C1 App 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 User Binding API
C1 App Entitlement User Binding Feed API
C1 App Entitlement User Binding History API
C1 App Owner API