Find person addresses
Use case
Learn how to find a particular person's addresses in Tuum. In this example, we will demonstrate it on a private person using the following data.
Use case data
API parameters with values
Private person with Tuum personId: ID-3392
.
.../persons/ID-3392/addresses
Sample API call
To retrieve customer data, make the following API call.
https://person-api.sandbox.tuumplatform.com/api/v1/persons/ID-3392/addresses
Sample request
Below is an example request of the API call to retrieve person addresses.
No request body.
Sample response
Below you find an example response body to the API call above.
Result
The result of the API call is the overview of the addresses linked to the person.
Last updated
Was this helpful?