Skip to main content
PUT

Authorizations

Authorization
string
header
required

Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format

Path Parameters

evaluator_id
string
required

The unique evaluator identifier (base64) A universally unique identifier (base64-encoded opaque string).

Example:

"RW50aXR5OjEyMzQ1"

Body

application/json

Body containing the complete set of webhook subscriptions for the resource

subscriptions
object[]
required

The complete set of webhook subscriptions for the resource, with at most one entry per webhook_id. Replaces all existing subscriptions: subscriptions not included in the request are removed, and an empty array detaches every webhook from the resource. At most 200 webhooks may subscribe to the same event on a resource; requests that would exceed this limit are rejected.

Response

The complete set of webhook subscriptions attached to the resource

The complete set of webhook subscriptions attached to a resource.

subscriptions
object[]
required

The webhooks attached to the resource and the events each receives