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 your ngrok account. Note: Bot Users are deprecated in favor of Service Users.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List all bot users in this account.
the list of all bot users on this account
Show child attributes
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?