Beta Programs v4.176.0

Enrolled Beta Programs List

GET https://api.linode.com/v4/account/betas

Display all enrolled Beta Programs for your Account. Includes inactive as well as active Beta Programs.

Only unrestricted Users can access this command.

Authorizations

personalAccessToken
oauthaccount:read_only

Query Parameters

page
Type:
integer >= 1
Default: 1
Default:
1

The page of a collection to return.

page_size
Type:
integer 25..500
Default: 100
Default:
100

The number of items to return per page.

Request Samples

Response Samples

Responses

Beta Program Enroll

POST https://api.linode.com/v4/account/betas

Enroll your Account in an active Beta Program.

Only unrestricted Users can access this command.

To view active Beta Programs, use the Beta Programs List command.

Active Beta Programs may have a limited number of enrollments. If a Beta Program has reached is maximum number of enrollments, an error is returned even though the request is successful.

Beta Programs with "greenlight_only": true can only be enrolled by Accounts that participate in the Greenlight program.

Authorizations

personalAccessToken
oauthaccount:read_write

Request Samples

Request Body Schema

id
Required
string

The unique identifier of the Beta Program.

Response Samples

Responses

Enrolled Beta Program View

GET https://api.linode.com/v4/account/betas/{betaId}

Display an enrolled Beta Program for your Account. The Beta Program may be inactive.

Only unrestricted Users can access this command.

Authorizations

personalAccessToken
oauthaccount:read_only

Path Parameters

betaIdstring
Required

The ID of the Beta Program.

Request Samples

Response Samples

Responses

Beta Programs List

GET https://api.linode.com/v4/betas

Display all active Beta Programs.

Only unrestricted Users can access this command.

Authorizations

personalAccessToken
oauth

Query Parameters

page
Type:
integer >= 1
Default: 1
Default:
1

The page of a collection to return.

page_size
Type:
integer 25..500
Default: 100
Default:
100

The number of items to return per page.

Request Samples

Response Samples

Responses

Beta Program View

GET https://api.linode.com/v4/betas/{betaId}

Display information about a Beta Program. This command can be used to access inactive as well as active Beta Programs.

Only unrestricted Users can access this command.

Authorizations

personalAccessToken
oauth

Path Parameters

betaIdstring
Required

The ID of the Beta Program.

Request Samples

Response Samples

Responses