Get my Account statistics
GET/accounts/me/stats
Get the Account statistics, such the number of products, product groups and urls in the KG.
Responses
- 200
- 401
Found
- application/json
- Schema
- Example (from schema)
Schema
account_id int64required
The account ID.
entities int64required
The number of entities.
entities_with_url int64required
The number of entities with URL.
product_groups int64required
The number of product groups in the KG.
products int64required
The number of products in the KG.
{
"account_id": 0,
"entities": 0,
"entities_with_url": 0,
"product_groups": 0,
"products": 0
}
Authentication Failure