Get the organization’s proof-of-address policy

Returns the organization's stored proof-of-address settings plus everything needed to edit them: the regional presets, the canonical document-type table, and the country list. `effective` is the policy resolved from built-in defaults, then the named preset, then the stored settings — what a check would use if the workflow node says "use organization settings". A workflow node that overrides fields layers on top of this at run time. Requires the `proof_of_address_check` feature on your plan (sandbox unlocks it). Dashboard cookie only — not callable with an API key.

Headers

Verifa-VersiondateOptional

API version date string (e.g. 2026-02-01). If omitted, the version pinned to your API key is used.

Response

The stored policy, the resolved policy, and the vocabulary needed to edit it.
presetsmap from strings to maps from strings to any

Regional starting points keyed by preset name (custom, us, uk, eu, in, mx, au, ca, za). Each is a partial policy — anything a preset omits keeps the default.

doc_typeslist of objects

The canonical proof-of-address document types.

countriesmap from strings to any

Grouped ISO-2 country list for the country-override editor.

settingsmap from strings to any

The organization’s stored policy overrides. {} when nothing is set.

effectiveobject

The effective proof-of-address policy this check ran under, resolved from four layers — built-in defaults, the regional preset, your organization’s settings, then the workflow node’s config, each overriding the last. Snapshotted into the result so a decision stays explainable after the policy changes.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error