cURL
curl --request POST \ --url https://api.aceaicompany.com/auth/v1/login \ --header 'Content-Type: application/json' \ --data '{ "username": "<string>", "password": "<string>" }'
{ "response": "Authenticated!" }
Authenticates a user by username and password. Returns a session token in an HttpOnly cookie.
Credentials for logging in.
The body is of type object.
object
User successfully authenticated.
The response is of type object.