LocalLevelList

⌘K

List the available levels of service for the current account.

JSON-RPC Method:

local.level.list
Go to Example Code

Request

This method does not require any input.

1{}

Response

levels

array

The available levels of service.

1{
2  "levels": [
3    "local-lite",
4    "local-preferred"
5  ]
6}

Example Code

Quota Usage

Does not require any quota.