Get
Get the account data for the current account identified by its key.
Responses
- 200
- 401
Found
application/vnd.wordlift.account-info.v2+json
Schema
Example (from schema)
Schema
- Array [
- ]
accountId int64 required
The Account Id
datasetId string
The Dataset Id
datasetUri string required
The dataset URI
features object
A list of features enabled or disabled for the account
property name* boolean
A list of features enabled or disabled for the account
googleSearchConsoleSiteUrl string
Google Search Console Site URL
includeExcludeDefault string
Default value: include
The default setting for include/exclude URLs.
key string
The Key
language string
The language code
networks object[] required
A list of connected Account Information
accountId int64
The Account Id
datasetId string
The Dataset Id
datasetUri string required
The Dataset URI
url string
The website URL
ngDatasetId string
subscriptionId int64 required
The Subscription Id
url string
The website URL
wpAdmin string
If WordPress, the WP-ADMIN URL
wpJson string
If WordPress, the WP-JSON end-point
{
"accountId": 0,
"datasetId": "string",
"datasetUri": "string",
"features": {},
"googleSearchConsoleSiteUrl": "string",
"includeExcludeDefault": "include",
"key": "string",
"language": "string",
"networks": [
{
"accountId": 0,
"datasetId": "string",
"datasetUri": "string",
"url": "string"
}
],
"ngDatasetId": "string",
"subscriptionId": 0,
"url": "string",
"wpAdmin": "string",
"wpJson": "string"
}
Authentication Failure
Loading...