v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444175204.9 KB

Retrieves detailed information about a specific bot in a Wickr network, including its status, group membership, and authentication details.

get/networks/{networkId}/bots/{botId}

Path parameters

networkIdstring required

The ID of the Wickr network containing the bot.

botIdstring required

The unique identifier of the bot to retrieve.

Response

Success

botIdstring

The unique identifier of the bot.

displayNamestring

The display name of the bot that is visible to users.

usernamestring

The username of the bot.

unamestring

The unique username hash identifier for the bot.

pubkeystring

The public key of the bot used for encryption.

statusinteger

The current status of the bot (1 for pending, 2 for active).

groupIdstring

The ID of the security group to which the bot belongs.

hasChallengeboolean

Indicates whether the bot has a password set.

suspendedboolean

Indicates whether the bot is currently suspended.

lastLoginstring

The timestamp of the bot's last login.