LeanKit · Authentication Profile

Leankit Authentication

Authentication

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

CompanyKanbanProject ManagementAgileWork ManagementCollaborationEnterprise SoftwarePortfolio ManagementWorkflow AutomationSaaS
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

bearerToken http
scheme: bearer
basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/leankit-agileplace-api-openapi.yml, openapi/leankit-user-provisioning-api-openapi.yml
summary:
  types:
  - http
schemes:
- name: bearerToken
  type: http
  scheme: bearer
  description: API token created via POST /io/auth/token or the "My API Tokens" tab in the AgilePlace
    user profile. Tokens do not expire; revoke unused tokens.
  sources:
  - openapi/leankit-agileplace-api-openapi.yml
  - openapi/leankit-user-provisioning-api-openapi.yml
- name: basicAuth
  type: http
  scheme: basic
  description: Base64-encoded AgilePlace email and password.
  sources:
  - openapi/leankit-agileplace-api-openapi.yml
  - openapi/leankit-user-provisioning-api-openapi.yml