GET
/v2/webhooksBetaList webhooks
Lists webhook subscriptions for your organization. Signing secrets are never included.
Beta. This endpoint is available for production integrations, but fields, categories, and credit weights may change without a version pin.
Base URL
https://api.relativity6.comAuthentication
Send your API key in the x-api-key header. Send your organization API key.
Response
| Field | Type | Required | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| subscriptions | Subscription[] | Required | Active and inactive subscriptions for this organization. Secrets are omitted. | ||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Errors
| Status | Description |
|---|---|
| 200 | List returned. |
| 401 | Missing or invalid API key. |
| 403 | Organization is not authorized for Risk API v2. |
| 500 | Server error. |