L
Linode API v4
Details
- URL
-
https://api.linode.com/{apiVersion} - Docs
- https://techdocs.akamai.com/linode-api/reference/api
Authentication
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.
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.