Find deposit application
Last updated
Was this helpful?
Last updated
Was this helpful?
In this case, we will review how to find the ID of a created deposit application using person ID.
...v2/persons/ID-2660/applications
This API call requires mandatory query parameters pageSize and pageNumber.
...?pageSize=1&pageNumber=1
To find a deposit application, make the following API call.
deposit-api.sandbox.tuumplatform.com/api/v3/persons/{personId}/applications
Below you find an example response body to the API call above.
As a result we found the deposit application with the ID-1696407202
and fetched other information related to the deposit application.
We will find an existing that was created for the test person with ID-2660
.