Authentication
Login
Authenticate and get an access token
POST
Overview
Logs in a user and returns an access token that can be used to authenticate subsequent API requests.This endpoint does not require authentication. The returned
access_token should be stored securely and used in the Authorization header for all other API requests.Request Body
The user’s email address
The user’s password
A name to identify this device/application (e.g., “iPhone 12”, “My Web App”)
Response
The status of the request (
success or error)The authenticated user object

