Authentication
Login Endpoint
Authenticates a user by submitting an accessKey (email) and secretKey (password) to get a bearer token.
post/auth/login
Request body
Response
OK - Login success. A BEARER_TOKEN cookie is set in the response headers.
Authenticates a user by submitting an accessKey (email) and secretKey (password) to get a bearer token.
OK - Login success. A BEARER_TOKEN cookie is set in the response headers.