login
Authenticate the user/merchant with the system and obtain the accessToken
This endpoint is throttled to 1 request every 270000 milliseconds.
Request
Method
URL
POST
{{baseUrl}}/api/service/v1/query/merchant/login
Header
Value
Content-Type
application/json
publicKey
{{publicKey}}
Request Body
Description
username
Merchant email or phone number
Mandatory
password
Merchant password
Mandatory
Last updated