List
List the accounts
Query Parameters
- cursor string required
The cursor
- limit int32 required
Default value:
10
- can_content_generation boolean required
Responses
- 200
- 401
Found
- application/vnd.wordlift.accounts+json;version=1
- Schema
- Example (from schema)
Schema
- first string nullable required
The link to the first page.
items object[] required
An array of objects.
Array [country string requireddomain_uri string requiredid int64 requiredkey string requiredlanguage string requiredng_dataset_id string requiredpackage_type string requiredsubscription_id int64 requiredurl string requireduser_id int64 requiredwp_admin string requiredwp_include_exclude_default string requiredwp_json string required]- last string nullable required
The link to the last page.
- next string nullable required
The link to the next page or
null
if there's no page. - prev string nullable required
The link to the previous page or
null
if there's no page. - self string nullable required
The link to the current page.
{
"first": "string",
"items": [
{
"country": "string",
"domain_uri": "string",
"id": 0,
"key": "string",
"language": "string",
"ng_dataset_id": "string",
"package_type": "string",
"subscription_id": 0,
"url": "string",
"user_id": 0,
"wp_admin": "string",
"wp_include_exclude_default": "string",
"wp_json": "string"
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure
Loading...