> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# verify • AI Agent SDK

> verify: Return True if the inbound webhook is authentic.

# verify

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**WebhookVerifierProtocol**](../classes/WebhookVerifierProtocol) class in the [**protocols**](../modules/protocols) module.

Return True if the inbound webhook is authentic.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def verify() -> bool
```

### Returns

<ResponseField name="Returns" type="bool">
  True if the signature/secret verifies, False otherwise.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/bots/protocols.py#L292">
  `praisonaiagents/bots/protocols.py` at line 292
</Card>
