Skip to main content
POST
/
v1
/
loans
/
call-me-now
Call Me Now
curl --request POST \
  --url https://sandbox-api.itscovered.com/lenders/v1/loans/call-me-now \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "loanId": "693f2f46-69ff-4f20-a4d9-abe982d34fd4",
  "phoneNumber": "1234567890"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

JWT Token

Body

Request to call now, regarding a loan application

loanId
string<uuid>
default:""
required

Loan ID to schedule a call regarding

Example:

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

phoneNumber
string
required

The phone number for the call

Example:

"1234567890"

Response

Response for call request

success
boolean
required