post
https://{buzz_key}.api.beeswax.com/rest/v2/authenticate
Authenticates a session with email and password.Supports these fields in the request or through basic authentication (if enabled on your account).Returns a cookie to use on subsequent API requests.
200Authentication successful. Session cookie returned in the response.
400Bad request. Missing or invalid input fields (e.g., malformed email or password).
401Unauthorized. Invalid email or password, or authentication method not accepted.
403Forbidden. The user account exists but is inactive or suspended.
429Too many login attempts. Please wait before trying again.
500Internal server error. An unexpected issue occurred during authentication.
