L

Linode API v4

REST discovered

Details
URL
https://api.linode.com/{apiVersion}
Docs
https://techdocs.akamai.com/linode-api/reference/api
Authentication
Linode personal access token bearer discovered Get token ↗
Authorization: Bearer <credential>

In Cloud Manager, go to the personal access token management area described in Manage personal access tokens, or create one programmatically with the Create a personal access token API operation. Grant only the scopes your integration needs, then use the token as an HTTP Bearer token.

Linode OAuth 2.0 client and user access token oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Create an OAuth client with the Create an OAuth client operation as described in Get started. Save the returned client_id and, for private clients, secret. Then send the user through Linode's OAuth 2.0 flow via login.linode.com to obtain a user access token for the scopes your app needs; use that access token as an HTTP Bearer token when calling the API.