Swimlane · Authentication Profile

Swimlane Authentication

Authentication

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

SOARSecurity OrchestrationAutomationIncident ResponsePlaybooksCase ManagementSecurity OperationsAgentic AI
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

BearerAuth http
scheme: bearer
PrivateTokenAuth apiKey
· in: header (Private-Token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/swimlane-rest-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  description: JWT bearer token obtained from the user/login endpoint
  sources:
  - openapi/swimlane-rest-api-openapi.yml
- name: PrivateTokenAuth
  type: apiKey
  in: header
  parameter: Private-Token
  description: Personal Access Token (PAT) generated within the Swimlane platform
  sources:
  - openapi/swimlane-rest-api-openapi.yml