Count Saved Posts
GEThttps://api.linkedmash.com/v1/bookmarks/count
Get the total count of bookmarks for the authenticated user.
Header Parameters
Query Parameters
Response
{
"status": true,
"data": {
"count": 123
}
}
Get the total count of bookmarks for the authenticated user.
{
"status": true,
"data": {
"count": 123
}
}