Bot Users
Create Bot User
Create a new bot user
Request
POST /bot_users
Example Request
curl \
-X POST \
-H "Authorization: Bearer {API_KEY}" \
-H "Content-Type: application/json" \
-H "Ngrok-Version: 2" \
-d '{"name":"new bot user from API"}' \
https://api.ngrok.com/bot_users
Parameters
Name | Type | Description |
---|---|---|
name | string | human-readable name used to identify the bot |
active | boolean | whether or not the bot is active |