Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum length:
900
Available options:
community
, user
Response
Story Count
Example:
10
curl --request GET \
--url https://apix.us.amity.co/api/v4/stories/count \
--header 'Authorization: Bearer <token>'
{
"count": 10
}
Count stories by target which includes both active and expired stories. Only admin can use this API.
curl --request GET \
--url https://apix.us.amity.co/api/v4/stories/count \
--header 'Authorization: Bearer <token>'
{
"count": 10
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
900
community
, user
Story Count
10