Skip to main content

Linode Personal Access Token

Description

General

  • Documentation: https://www.linode.com/docs/api/
  • Summary: Linode is a cloud provider. It provides computing, storage services and others cloud services. Linode API can be used to programmatically access Linode products and services.
  • IPs allowlist: IP whitelisting has been deprecated.
  • Scopes: There are read and write scopes for every modules of the API. See https://www.linode.com/docs/api/#oauth-reference.

Revoke the secret

Personal access token and OAuth token can be reset programmatically, see https://www.linode.com/docs/api/profile/#personal-access-token-revoke and https://www.linode.com/docs/api/account/#oauth-client-secret-reset.

Check for suspicious activity

Suspicious activities can be detected from the events list. See https://www.linode.com/docs/api/account/#events-list.

Details for Linode oauth token

  • Family: Api

  • Category: Cloud Provider

  • Company: Linode

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.1

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions:
- ^lst$
banlist_filenames:
- PKGBUILD
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- linode
- type: BanMinifiedPreValidator
threshold_minified: 0.6

Examples

- text: |
curl -H "Authorization: Bearer e708ba56e1517a99f6b5fb07349476efb766c113290b1663b8e561a40aeca7f8" \
https://api.linode.com/v4/account
apikey: e708ba56e1517a99f6b5fb07349476efb766c113290b1663b8e561a40aeca7f8
- text: |
LINODE_API_TOKEN: e708ba56e1517a99f6b5fb07349476efb766c113290b1663b8e561a40abcd1f2
apikey: e708ba56e1517a99f6b5fb07349476efb766c113290b1663b8e561a40abcd1f2
- text: |
curl -H "Authorization: Bearer e708ba56e1517a99f6b5fb07349476efb766c113290b1663b8e561a40aeca7f8" \
https://api.linode.com/v4/account
apikey: e708ba56e1517a99f6b5fb07349476efb766c113290b1663b8e561a40aeca7f8

How can I help you ?