Creating your first session
To get started with our Loans product, create your first loan request
Before making any API calls, you will need to create an access token using our Create Access Token API Token
Creating a Session
Once you have obtained an access token, you can use it to create a loan request using the API. See Create Session
After a successful creation, you will receive a loan request Id (lr)
If there is any error in request, you will receive an error message instead of loan request Id.
Updated over 1 year ago