Address
Generate Structured Address
Viewer AccessUse this API to convert a freeform address string into a structured address format. This is useful when creating nominal sub-accounts or when you need to parse unstructured address data into standardized fields.
Sunset notice: This endpoint will be removed on 15 August 2026 in line with the SWIFT ISO 20022 postal address migration. Construct structured addresses directly at source.
Example Request
Example Response
This API will parse the freeform address and return a structured format that can be used in other API calls, such as creating nominal sub-accounts.
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Request Body
application/jsonOptionalfreeform_addressRequiredstringUnstructured address text to be converted into a structured format
Response Body
Success response
structured_addressRequiredobjectfreeform_addressRequiredstringThe original freeform address that was provided