Version: 202607
Get blog count
GET/openapi/2026-07/blogs/count
Retrieve the total number of blogs.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint32
Total number of blogs
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}