C1 · OAuth Scopes

C1 OAuth Scopes

OAuth 2.0 derived

C1 uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

Tokens are issued from /auth/v1/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyIdentityAccess ManagementIAMIdentity GovernanceAccess ControlAuthorizationAI AgentsMCPSecurity
Scopes: 0 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
/auth/v1/token
Flows
clientCredentials

Scopes (0)

C1 implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: derived
source: openapi/c1-openapi-original.yml
schemes:
- name: oauth
  source: openapi/c1-openapi-original.yml
  flows:
  - flow: clientCredentials
    tokenUrl: /auth/v1/token
  description: |-
    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, refer to the [c1TokenSource.Token()](https://github.com/ConductorOne/conductorone-sdk-go/blob/3375fe7c0126d17e7ec4e711693dee7b791023aa/token_source.go#L101-L187) function.
scopes: []