Aggregator Authentication and Authorisation
aggregator authentication
POST
#{{BaseUrl}/api/v1/account/custom_login
Request Body
Name
Type
Description
password
string
string
aggregator authentication
POST
#{{BaseUrl}/api/v1/account/custom_login
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