Authentication and Authorisation
Aggregator authentication
POST
api/v2/client/loans/borrower/2
This endpoint is the entry point for aggregators. It returns a tokn which would be sent as an authorisation token header for subsequent api calls
Request Body
Name
Type
Description
password
string
the aggregator's password
string
the aggregator's email
Last updated