Find card application by ID
Here, you will learn how to retrieve a specific card application by its ID in Tuum.
Use case
In this example, we will demonstrate how to access a card application using its ID.
Use case data
API parameters with values
Find the card application by ID C001664282675
.
...applications/C001664282675
Sample API call
To find card application by its ID, use the following endpoint:
https://card-api.sandbox.tuumplatform.com/api/v2/applications/{applicationId}
Sample request
Here is a sample API request for retrieving card renewal details:
No request body.
Sample response
Below you will find the response to the API request:
Result
The API response returns a dataset containing the card application details, including parameters generated by the Tuum system.
Last updated
Was this helpful?