v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444175204.9 KB

Retrieves the count of bots in a Wickr network, categorized by their status (pending, active, and total).

get/networks/{networkId}/bots/count

Path parameters

networkIdstring required

The ID of the Wickr network for which to retrieve bot counts.

Response

Success

pendinginteger required

The number of bots with pending status (invited but not yet activated).

activeinteger required

The number of bots with active status.

totalinteger required

The total number of bots in the network (active and pending).