Get my Account statistics
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
entities int64 required
The number of entities.
entities_with_url int64 required
The number of entities with URL.
product_groups int64 required
The number of product groups in the KG.
products int64 required
The number of products in the KG.
{
"entities": 0,
"entities_with_url": 0,
"product_groups": 0,
"products": 0
}
Authentication Failure
Loading...