Create a new address pool

Creates a new address pool for monitoring addresses.

Business Rules:

  • Pool name must be unique within your organization.
  • risk_configs is required (1..3 entries): each entry binds one risk config to one risk level. Levels must be unique within the pool, a config may be bound only once, and LOW cannot be bound (it is the no-risk floor).
  • open_case_risk_levels is optional; every entry must be one of the levels mapped in risk_configs. A clean-to-risky flip at one of these levels opens a case.
  • Config-to-level bindings are immutable after creation. Name and open_case_risk_levels can be changed via UpdatePool.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Required; must contain non-whitespace characters and be unique within
the organization. At most 256 bytes.

string

Optional. At most 4096 bytes.

riskConfigs
array of objects

Required, 1..3 entries: levels unique within the pool, a config may be
bound only once, LOW and RISK_LEVEL_UNSPECIFIED are rejected.

riskConfigs
openCaseRiskLevels
array of objects

Optional; every entry must be one of the levels mapped in risk_configs.
At most 16 entries.

openCaseRiskLevels
Allowed:
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