Post addresses validate
Structural (format-only) address validation: normalizes the country to ISO 3166-1 alpha-2, checks US state codes and ZIP shape, and verifies required fields are present. It does NOT check that the address exists or is deliverable, and suggestions is currently always empty (reserved for a future postal-data provider).
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Path Parameters
Address identity identifier
Body
Input for identifying a specific address identity
Agent identifier that owns this address
^[0-9a-z]+$Response
OK
Address validation result. Validation is structural/format-only (provider anima_lite): it normalizes the country code and US state, and checks field shapes — it does not verify the address exists or is deliverable.
Whether the address passed structural (format-only) validation: ISO 3166-1 alpha-2 country, US state code + ZIP shape for US addresses, non-empty street/city. This is NOT a deliverability or postal-database check.
Standardized version of the address
Confidence score between 0 and 1
0 <= x <= 1Reserved: alternative address suggestions. Currently ALWAYS an empty array — the built-in validator is structural only (provider anima_lite) and does not generate alternatives. Populated only if/when a postal-data provider is integrated.
