Authentication

this page a api contract for merchant authentication

1. Login

Request

Method : POST

Endpoint : /auth/login

Body :

{
"email":"string",
"password":"string"
}

Response

2. Register

Request

Response

Last updated