LogicGate · Authentication Profile

Logicgate Authentication

Authentication

LogicGate secures its APIs with http across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyGRCGovernance Risk and ComplianceRisk ManagementComplianceWorkflow AutomationAuditNo-Code
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

API Token http
scheme: bearer
basic http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/logicgate-risk-cloud-openapi-original.json
summary:
  types:
  - http
schemes:
- name: API Token
  type: http
  scheme: bearer
  bearerFormat: API Token
  sources:
  - openapi/logicgate-risk-cloud-openapi-original.json
- name: basic
  type: http
  scheme: basic
  bearerFormat: basic
  sources:
  - openapi/logicgate-risk-cloud-openapi-original.json
docs: https://www.logicgate.com/developer/risk-cloud-api-authentication/
token_endpoint: POST /api/v1/account/token (Basic base64(client:secret) -> access_token)
refresh_endpoint: POST /api/v2/account/token
token_ttl: ~1 year (expires_in ~31,536,000s)
scope: read write
note: API access requires the paid API Access add-on. Bearer "API Token" is the primary
  scheme; HTTP basic is used only to mint the token.