pencilLogin

Login Endpoint

post
/auth/login

Authenticates a user by submitting an accessKey (email) and secretKey (password) to get a bearer token.

Body
accessKeystringOptional

Configured API User email address

Example: [email protected]
secretKeystringOptional

Configured API User's password

Example: your-password
Responses
chevron-right
200

OK - Login success. A BEARER_TOKEN cookie is set in the response headers.

application/json
idUserintegerOptionalExample: 123
usernamestringOptionalExample: [email protected]
idMerchantintegerOptionalExample: 456
post
/auth/login

Last updated

Was this helpful?