cURL
curl --request GET \ --url https://api.helloannie.com/v1/bots/{botId}/webhooks
{ "success": true, "data": { "webhookUrl": "<string>", "isAuthTokenConfigured": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Retrieve the webhook configuration used for the specified bot.
The ID of the bot to get webhook configuration for
Response containing the current webhook configuration for a bot
true
Webhook configuration metadata for a bot
Show child attributes