Users

Login User

Authenticate a user and return a user token

post/login

Request body

accountNamestring required

Name of the merchant account

usernameOrEmailstring required

Username or email address of the user

passwordstring required

User password

Response

OK

sessionKeystring required

Session key for the user, used as a bearer token for authenticating subsequent API requests

Example response

{
  "sessionKey": "ses_2NbEEFCdoSDvUqAm1plbRBs0sXv"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.