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 Personal Client API

The Personal Client API from C1 — 3 operation(s) for personal client.

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

Tagged areas include Personal Client. 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 operations 3 paths 12 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 Personal Client 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.

Personal Client 6
GET
/api/v1/iam/personal_clients
NOTE: Only shows personal clients for the current user.
c1.api.iam.v1.PersonalClientService.List → 200
POST
/api/v1/iam/personal_clients
Create
c1.api.iam.v1.PersonalClientService.Create body → 200
DELETE
/api/v1/iam/personal_clients/{id}
Delete
c1.api.iam.v1.PersonalClientService.Delete 1 param body → 200
GET
/api/v1/iam/personal_clients/{id}
Get
c1.api.iam.v1.PersonalClientService.Get 1 param → 200
POST
/api/v1/iam/personal_clients/{id}
Update
c1.api.iam.v1.PersonalClientService.Update 1 param body → 200
POST
/api/v1/search/iam/personal_clients
NOTE: Searches personal clients for all users
c1.api.iam.v1.PersonalClientSearchService.Search body → 200

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are c1.api.iam.v1.PersonalClient (11 properties), c1.api.iam.v1.PersonalClientServiceCreateRequest (4 properties), c1.api.iam.v1.PersonalClientSearchServiceSearchRequest (4 properties), c1.api.iam.v1.PersonalClientSearchServiceSearchResponse (2 properties). Each schema is shown below with its type and property counts.

c1.api.user.v1.UserRef
object
A reference to a user.
1 property
c1.api.iam.v1.PersonalClientServiceCreateResponse
object
The PersonalClientServiceCreateResponse message contains the created personal client and client secret.
2 properties
c1.api.iam.v1.PersonalClient
object
The PersonalClient message contains information about a presonal client credential.
11 properties
c1.api.iam.v1.PersonalClientServiceUpdateResponse
object
The PersonalClientServiceUpdateResponse message.
1 property
c1.api.iam.v1.PersonalClientServiceGetResponse
object
The PersonalClientServiceGetResponse message.
1 property
c1.api.iam.v1.PersonalClientServiceDeleteRequestInput
object
The PersonalClientServiceDeleteRequest message.
c1.api.iam.v1.PersonalClientServiceListResponse
object
The PersonalClientServiceListResponse message.
2 properties
c1.api.iam.v1.PersonalClientServiceUpdateRequestInput
object
The PersonalClientServiceUpdateRequest message.
2 properties
c1.api.iam.v1.PersonalClientServiceCreateRequest
object
The PersonalClientServiceCreateRequest message contains the fields for creating a new personal client.
4 properties
c1.api.iam.v1.PersonalClientSearchServiceSearchResponse
object
The PersonalClientSearchServiceSearchResponse message.
2 properties
c1.api.iam.v1.PersonalClientServiceDeleteResponse
object
The PersonalClientServiceDeleteResponse message.
c1.api.iam.v1.PersonalClientSearchServiceSearchRequest
object
The PersonalClientSearchServiceSearchRequest message.
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

c1-personal-client-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 Proxy Binding API
C1 App Entitlement User Binding API
C1 App Entitlement User Binding Feed API
C1 App Entitlement User Binding History API