# List webhook subscriptions for your integration

**GET /v1/webhooks**



## Servers
- https://stg-api.isnotai.com
- https://stg-api-eu.isnotai.com

## Authentication methods
- bearer_auth


## Responses
### 200
Payload of WebhookSubscriptionListResponse

### 401
Payload of ErrorEnvelope

Response body (application/json):
- **error** (object)
  - **code** (string)
  - **message** (string)
  - **details** (object)

