Count invitations
Invitation
Count invitations
Returns the total count of invitations matching the specified criteria. This endpoint is useful for displaying invitation counts in UI without needing to fetch all invitation data.
GET
Count invitations
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by specific target entity ID
Maximum string length:
900Filter by target entity type
Available options:
community, room Filter invitations by type
Available options:
communityMemberInvite, livestreamCohostInvite Filter invitations by status (array, optional)
Available options:
pending, approved, rejected, cancelled Response
Count invitations response
Total number of invitations matching the criteria
Example:
5