Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Required string length:
1 - 900Response
Count of join requests
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 - 900Count of join requests