curl --request GET \
--url https://apix.us.amity.co/api/v4/communities/{communityId}/join/count \
--header 'Authorization: Bearer <token>'
{
"count": 123
}
This API allows user to count the number of pending join requests in a community.
curl --request GET \
--url https://apix.us.amity.co/api/v4/communities/{communityId}/join/count \
--header 'Authorization: Bearer <token>'
{
"count": 123
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
1 - 900
Count of join requests
The response is of type object
.