cURL
curl --request GET \ --url https://botsettings.messagesimproved.com/get_bot_ids \ --header 'admin-email: <admin-email>' \ --header 'api-key: <api-key>'
[ "74b96c5b-7376-430c-a6d7-b78cfd6aa32c" ]
Returns a list of bot IDs for the given bot name.
Email of the admin making the request.
API key for authentication.
The name of the bot for which to the retrieve IDs.
List of bot IDs matching the specified bot name
Unique identifier for each bot.