User Authenticate

2.1 User Authenticate

Request

Method

URL

POST

/merchant/v1/authenticate

{
  "email": "user@example.com",
  "secretWord": "secretpassword"
}

Response

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

Last updated