C1 App Owner 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 Owner. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes
6 operations
across 3 paths,
and defines 12 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 operations3 paths12 schemas2 DELETE2 GET1 POST1 PUT
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 Owner 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 — 2 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
App Owner 6
GET
/api/v1/apps/{app_id}/ownerids
List Owner I Ds
c1.api.app.v1.AppOwners.ListOwnerIDs1 param→ 200
DELETE
/api/v1/apps/{app_id}/owners
Delete
c1.api.app.v1.AppOwners.Delete1 parambody→ 200
GET
/api/v1/apps/{app_id}/owners
List
c1.api.app.v1.AppOwners.List3 params→ 200
PUT
/api/v1/apps/{app_id}/owners
Set
c1.api.app.v1.AppOwners.Set1 parambody→ 200
DELETE
/api/v1/apps/{app_id}/owners/{user_id}
Remove
c1.api.app.v1.AppOwners.Remove2 paramsbody→ 200
POST
/api/v1/apps/{app_id}/owners/{user_id}
Add
c1.api.app.v1.AppOwners.Add2 paramsbody→ 200
Schemas 12
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are c1.api.user.v1.User (31 properties), c1.api.user.v1.UserAttributeMappingSource (5 properties), c1.api.app.v1.ListAppOwnersResponse (2 properties), c1.api.app.v1.DeleteAppOwnersRequestInput (1 property). Each schema is shown below with its type and property counts.
c1.api.app.v1.AddAppOwnerResponse
object
Empty response with a status code indicating success
c1.api.app.v1.AddAppOwnerRequestInput
object
Empty request body. Just placeholder for the add app owner request which uses URL values for input.
c1.api.app.v1.ListAppOwnersResponse
object
The ListAppOwnersResponse message.
2 properties
c1.api.app.v1.SetAppOwnersResponse
object
The empty response message for setting the app owners.
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.DeleteAppOwnersRequestInput
object
The request message for deleting app owners.
1 property
c1.api.app.v1.RemoveAppOwnerResponse
object
Empty response with a status code indicating success.
c1.api.app.v1.RemoveAppOwnerRequestInput
object
RemoveAppOwnerRequest is the request body for removing an app owner. It uses URL values for input.
c1.api.user.v1.UserAttributeMappingSource
object
The UserAttributeMappingSource message.
5 properties
c1.api.app.v1.SetAppOwnersRequestInput
object
The request message for setting the app owners.
1 property
c1.api.app.v1.DeleteAppOwnersResponse
object
the empty response message for deleting app owners.
c1.api.app.v1.ListAppOwnerIDsResponse
object
The response message for listing app owners IDs.
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.