List
Request
curl --location --request GET 'https://<SERVICE ENDPOINT>/bots' \
--header 'Authorization: Bearer <ACCOUNT_AUTH_TOKEN>' \
--header 'Content-Type: application/json'Response
{
"Result": [
{
"Name": "WhatsApp TESTER",
"Description": "New Bot Description",
"APIKey": "<bot api key>",
"APISecret": "<bot api secret>",
"Avatar": "https://someserver/someimage.jpg",
"Channels": [
"WhatsApp",
"Web"
]
},
{
"Name": "Web Share Test",
"Description": "New Bot Description",
"APIKey": "<bot api key>",
"APISecret": "<bot api secret>",
"Avatar": "",
"Channels": [
"Telegram"
]
}
]
}Response Codes
Last updated
Was this helpful?