generated: '2026-07-18' method: derived source: openapi/conductorone-openapi-original.yml summary: types: - http - oauth2 oauth2_flows: - clientCredentials schemes: - name: bearerAuth type: http scheme: bearer sources: - openapi/conductorone-openapi-original.yml - name: oauth type: oauth2 flows: - flow: clientCredentials tokenUrl: /auth/v1/token scopes: 0 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. sources: - openapi/conductorone-openapi-original.yml