Skip to main content
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

string
required
The user’s email address
string
required
The user’s password
string
required
A name to identify this device/application (e.g., “iPhone 12”, “My Web App”)

Response

string
The status of the request (success or error)
object
The authenticated user object