Request Liability Data

This API will trigger the process of refreshing liabilities given in the POST body. This process is asynchronous and you can either poll results by using API GET /v1/users/{userId}/liabilities/refresh/{extRequestId} or register for a webhook

Path Params
string
required
Body Params
string
required

The external ID for the liability request. Must be unique across the refreshes.

studentLoans
array of objects

The list of student loans that will be refreshed. One of the autoLoans or creditCards or studentLoans must be provided.

studentLoans
autoLoans
array of objects

The list of auto loans that will be refreshed. One of the autoLoans or creditCards or studentLoans must be provided.

autoLoans
creditCards
array of objects

The list of credit cards that will be refreshed. One of the autoLoans or creditCards or studentLoans must be provided.

creditCards
Responses

Language
Credentials
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json