v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444175204.9 KB

Creates a new bot in a specified Wickr network. Bots are automated accounts that can send and receive messages, enabling integration with external systems and automation of tasks.

post/networks/{networkId}/bots

Path parameters

networkIdstring required

The ID of the Wickr network where the bot will be created.

Request body

usernamestring required

The username for the bot. This must be unique within the network and follow the network's naming conventions.

displayNamestring

The display name for the bot that will be visible to users in the network.

groupIdstring required

The ID of the security group to which the bot will be assigned.

challengestring password required

The password for the bot account.

Response

Success

messagestring

A message indicating the result of the bot creation operation.

botIdstring required

The unique identifier assigned to the newly created bot.

networkIdstring

The ID of the network where the bot was created.

usernamestring

The username of the newly created bot.

displayNamestring

The display name of the newly created bot.

groupIdstring

The ID of the security group to which the bot was assigned.