For the complete documentation index, see llms.txt. This page is also available as Markdown.

Login

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: user@example.com
secretKeystringOptional

Configured API User's password

Example: your-password
Responses
200

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

application/json
idUserintegerOptionalExample: 123
usernamestringOptionalExample: your@email.com
idMerchantintegerOptionalExample: 456
post
/auth/login

Last updated

Was this helpful?