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
}