Skip to content
PATCHhttps://app.evoriqa.com/api/v1/leads/{leadId}

Update a lead's fields

Updates a lead pipeline status and/or its owner. At least one of `status`, `ownerId` is required — a body with neither is a 422 ("Nothing to update."). Omitting a key leaves that field unchanged; `ownerId: null` unassigns.

Requires scope leads:write

Warning:

Access is gated — enable it before your first call

The API is off by default. A request succeeds only when all three switches are on: the platform master switch (off by default), your organisation’s API toggle, and your plan or client entitlement. Any one off returns 403 API access is not enabled for this workspace.

Parameters

Request body

Content type: application/json

Request

Response

200 OK