generated: '2026-07-18' method: derived source: openapi/conductorone-openapi-original.yml schemes: - name: oauth source: openapi/conductorone-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: []