Authentication
Sample Login Request
{
"email": "bWVyY2hhbnQxQG1haWxpbmF0b3IuY29t",
"password": "cGFzc3dvcmQ="
}Sample Response
{
"status": true,
"data": {
"id": "425bc461-9b6c-4036-b47a-9d96e4f21eba",
"role": "USER",
"email": "[email protected]",
"lastName": "Obagunwa",
"firstName": "Samson",
"createdAt": "2021-08-16T22:59:27.026Z",
"updatedAt": "2022-05-03T11:01:11.923Z"
},
"merchant": {
"email": "[email protected]",
"id": "e84a4677-3158-40ba-8967-f523c2315cf9",
"lastName": "Obagunwa",
"mode": "SANDBOX",
"role": "Admin",
"firstName": "Samson",
"owner": false,
"review": "PENDING",
"businessName": "Caleb",
"businessType": "Restaurants",
"createdAt": "2022-05-03T10:18:19.172Z",
"updatedAt": "2022-05-03T10:18:19.172Z"
}
}API Endpoints
Authentication
Sample Implementation
Last updated