curl --request GET \
--url https://apix.us.amity.co/api/v3/user-feeds/{userId}/count \
--header 'Authorization: Bearer <token>'
{
"postsCount": 123
}
Get number of post.
curl --request GET \
--url https://apix.us.amity.co/api/v3/user-feeds/{userId}/count \
--header 'Authorization: Bearer <token>'
{
"postsCount": 123
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Number of post information
The response is of type object
.