User Authentication
All endpoints related to authentication.
📄️ Register
Create a new account. A successful request returns an `auth_token` that can be used for subsequent calls.
📄️ Login Status
Status information about the current user.
📄️ Log Out
Log out a user. Invalidates the current auth token of the user.
📄️ Log In
Log in a user. Login via email and password. A successful request returns the attribute auth_token that can be used for authenticate the user at other calls.It's also possible to log in with a 'first time login'. This token is sent to users we manually created through Studio Admin