Skip to main content
PATCH
/
v1
/
loans
/
{id}
/
retrieve
Start Retrieve Experience
curl --request PATCH \
  --url https://sandbox-api.itscovered.com/lenders/v1/loans/{id}/retrieve \
  --header 'Authorization: Bearer <token>'
{
  "url": "https://sandbox-findmypolicy.itscovered.com/covered/2529e85d-6c0a-4fdb-8f36-5a6ffc4dc9bd"
}

Authorizations

Authorization
string
header
required

JWT Token

Path Parameters

id
string
required

The unique identifier of the loan application

Example:

"693f2f46-69ff-4f20-a4d9-abe982d34fd4"

Response

Response containing the URL for the retrieve experience for a given loan application

url
string<uri>
default:""
required

URL to the retrieve experience for the loan application

Example:

"https://sandbox-findmypolicy.itscovered.com/covered/2529e85d-6c0a-4fdb-8f36-5a6ffc4dc9bd"