linode · Authentication Profile

Linode Authentication

Authentication

linode secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

personalAccessToken http
scheme: bearer
oauth oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/linode-api-v4-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: personalAccessToken
  type: http
  scheme: bearer
  description: A personal access token generated from the Linode Cloud Manager that grants access
    to the API based on the token's scopes.
  sources:
  - openapi/linode-api-v4-openapi.yml
- name: oauth
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.linode.com/oauth/authorize
    tokenUrl: https://login.linode.com/oauth/token
    scopes: 28
  description: OAuth 2.0 authentication for third-party applications.
  sources:
  - openapi/linode-api-v4-openapi.yml