Merchant login request
POST/api/v1/login
After the successful login, you can get access token and refresh token
🔋 Sample request payload
{
"username": "test",
"password": "test@1234"
}
⚡️ Payload details
Fields Name | Description | Required |
---|---|---|
username | Pass the user name | ✅ Yes |
password | Pass the password | ✅ Yes |
Request
Responses
- 200
- 404
- 500
Successfully logged In, Save the access & refresh token for further requests
User details not found, Please verify the login credentials
Internal Server Error – An unexpected error occurred on the server while processing the request. This may be due to a temporary issue or a server-side malfunction. Please try again later or contact support if the issue persists.