Get
GET/accounts/me
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 [
]
The Account Id
The country code
The Dataset Id
The dataset URI
The default data formatter used by the account to format the JSON+LD of the data from the KG.
features
object
A list of features enabled or disabled for the account
A list of features enabled or disabled for the account
Google Search Console Site URL
Default value: include
The default setting for include/exclude URLs.
The Key
The language code
networks
object[]
required
A list of connected Account Information
The Account Id
The Dataset Id
The Dataset URI
The website URL
The Subscription Id
tokens
object
Tokens associated with this account/graph.
property name*
Tokens
The tokens to access a service
The access token
The refresh token
The website URL
If WordPress, the WP-ADMIN URL
If WordPress, the WP-JSON end-point
{
"accountId": 0,
"country_code": "string",
"datasetId": "string",
"datasetUri": "string",
"defaultDataFormatter": "string",
"features": {},
"googleSearchConsoleSiteUrl": "string",
"includeExcludeDefault": "include",
"key": "string",
"language": "string",
"networks": [
{
"accountId": 0,
"datasetId": "string",
"datasetUri": "string",
"url": "string"
}
],
"ngDatasetId": "string",
"subscriptionId": 0,
"tokens": {},
"url": "string",
"wpAdmin": "string",
"wpJson": "string"
}
Authentication Failure