Re-baseline addresses in a pool

Moves the risk baseline (initial_risk_level) for a batch of addresses to a caller-supplied risk level, without re-screening.

Semantics:

  • Each entry carries a risk_level (SEVERE, HIGH, MEDIUM, or LOW) that becomes the member's new baseline.
  • No re-screen is performed; the member's latest effective risk level is untouched — this API only moves the baseline.
  • A REBASELINE history row records old-to-new baseline and the actor.
  • Batch addresses only; at most 1000 per request.
  • Per-address outcomes: APPLIED (baseline moved), NO_OP (baseline already at the target), NOT_FOUND (address not a live member of the pool).
  • Idempotent: re-running the same request is a no-op.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Pool id, as returned by CreatePool/ListPools (a UUID). At most 64 bytes.

Body Params
addresses
array of objects

At most 1000 entries. Each must carry a target risk_level.

addresses
Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json