GET
/
get_bot_ids
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"
]

Headers

admin-email
string
required

Email of the admin making the request.

api-key
string
required

API key for authentication.

Query Parameters

bot_name
string
required

The name of the bot for which to the retrieve IDs.

Response

200
application/json

List of bot IDs matching the specified bot name

The response is of type string[].

GET
/
get_bot_ids
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"
]

Headers

admin-email
string
required

Email of the admin making the request.

api-key
string
required

API key for authentication.

Query Parameters

bot_name
string
required

The name of the bot for which to the retrieve IDs.

Response

200
application/json

List of bot IDs matching the specified bot name

The response is of type string[].