cURL
curl --request GET \ --url https://api.ngrok.com/bot_users \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "bot_users": [ { "id": "<string>", "uri": "<string>", "name": "<string>", "active": true, "created_at": "<string>" } ], "uri": "<string>", "next_page_uri": "<string>" }
List all bot users in this account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
the list of all bot users on this account
Show child attributes
unique API key resource identifier
URI to the API resource of this bot user
human-readable name used to identify the bot
whether or not the bot is active
timestamp when the api key was created, RFC 3339 format
URI of the bot users list API resource
URI of the next page, or null if there is no next page
Was this page helpful?