Relativity6Platform Docs
GET/v2/webhooksBeta

List 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 URLhttps://api.relativity6.com

Authentication

Send your API key in the x-api-key header. Send your organization API key.

Response

FieldTypeRequiredDescription
subscriptionsSubscription[]RequiredActive and inactive subscriptions for this organization. Secrets are omitted.
idstringRequiredSubscription id.
urlstringRequiredRegistered HTTPS endpoint.
eventsstring[]RequiredEvents this subscription receives.
descriptionstringOptionalOptional label.
activebooleanRequiredWhether the subscription is active.
createdAtstring (ISO 8601)OptionalWhen the subscription was created.

Errors

StatusDescription
200List returned.
401Missing or invalid API key.
403Organization is not authorized for Risk API v2.
500Server error.

Example

Example response