cURL
curl --request GET \ --url https://api.ngrok.com/bot_users/{id} \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "id": "<string>", "uri": "<string>", "name": "<string>", "active": true, "created_at": "<string>" }
Get the details of a Bot User by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a resource identifier
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
Was this page helpful?