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