Skip to main content
POST
Login
The Authentication API allows you to authenticate users and obtain access tokens for the OpenMemoryX portal.

Register

Create a new user account.
string
required
User email address
string
required
User password (min 8 characters)

Request

Response

Login

Authenticate and obtain a JWT access token.
string
required
User email address
string
required
User password

Request

Response

Get Current User

Retrieve information about the currently authenticated user.

Request

Response

Body

application/x-www-form-urlencoded
username
string
required
password
string<password>
required
grant_type
string | null
Pattern: ^password$
scope
string
default:""
client_id
string | null
client_secret
string<password>

Response

Successful Response

access_token
string
required
token_type
string
default:bearer