Address
Generate Structured Address
Use 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.
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