If you are here most likely you have already been through the business onboarding process. But in case you have not, you need to request onboarding as a Lendico partner through Partner Werden Page. The Partner Management Team will be in touch for signing contracts, terms and conditions, privacy agreements etc. In case you are eligible for using the API, we will start the API Onboarding.
Before you can access Partner API, you first need to authenticate your application and retrieve an access token. Partner API authenticates clients with the use of public key cryptography and uses OAuth 2.0 RFC6749 as industry-standard protocol for authorization.
So some tasks need to be done before we can go ahead and try out any requests to the Partner API. You need the following steps:
Read this guide to understand how to use the API. In case any questions reach out to the Partner API Tech Team or Partner API Business Team.
For sending requests to Partner API your IP needs to be whitelisted, you can request a whitelisting of your IP here Partner APIM Tech Team.
We will send you then a subscription key that should be added in the header
Subscription-Key
. See more about the subscription key here.
For testing connectivity and access you do not need to POST any real data, you can call GET /ping
you will get a string response "You are connected to partner API!"
and HTTP status code 200, in case everything is working fine, in case not please contact the Partner APIM Tech Team.
See more about Test API here.
Once you have tested out and is ready for production, request access to production to the Partner API Tech Team.