Learn how to find a particular person's (your customer's) main details in Tuum. In this example, we will demonstrate it on a private person using the following data.
Private person with Tuum personId: ID-3392
.../persons/ID-3392
To retrieve customer data, make the following API call.
Below is an example request of the API call to retrieve customer data.
No request body.
Below you find an example response body to the API call above.
The result of the API call is the dataset of the particular person.
https://person-api.sandbox.tuumplatform.com/api/v3/persons/ID-3392
Learn more about the endpoint in the Tuum developer portal.
This guide will help you find details about an individual or a legal entity.
Based on your use case, use either of the endpoints to retrieve person data:
The endpoint provides a detailed overview of the person from various APIs.
The endpoint provides person's address details.
You can use use other endpoints to find person details such as , , , , , , , , , , and . Select the appropriate endpoint based on the specific requirements to retrieve the necessary person data.
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.
Private person with Tuum personId: ID-3392
.
.../persons/ID-3392/addresses
To retrieve customer data, make the following API call.
Below is an example request of the API call to retrieve person addresses.
No request body.
Below you find an example response body to the API call above.
The result of the API call is the overview of the addresses linked to the person.
https://person-api.sandbox.tuumplatform.com/api/v1/persons/ID-3392/addresses
Learn more about the endpoint in the Tuum developer portal.