GET
/
api
/
v3
/
user-feeds
/
{userId}
/
count
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

Query Parameters

isDeleted
boolean

Response

200
application/json

Number of post information

The response is of type object.