Skip to main content
GET
/
bots
/
{botId}
/
webhooks
Get bot webhook
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"
  }
}

Path Parameters

botId
string<uuid>
required

The ID of the bot to get webhook configuration for

Response

Response containing the current webhook configuration for a bot

success
enum<boolean>
required
Available options:
true
data
object
required

Webhook configuration metadata for a bot