2.1 User Authenticate
Last updated
Last updated
Request
Response
Method
URL
POST
/merchant/v1/authenticate
Status
Response
200
{
"data": {
"merchantId": 123,
"token": {
"accessToken": "eyJhbGciOi...",
"expiresIn": 14400
}
}
}
403
400
{
"errors": {
"errorCode": "7005",
"errorDescription": "E-posta adresi ya da şifre hatalı"
}
}
400
401
401
500