v1

latestOpenAPI 3.0.1Licensed under Uberall2026-08-0629353914.0 MB
Users

Provide an access_token for the user

Provides an access_token for the email or the userId provided in the LoginCommand.</br> The accepted couples are: </br>[email, password]</br> [email, private_key]</br> [userId, private_key]

post/users/login

Request body

userIdinteger

UserId (email or userId is required)

emailstring

User email (email or userId is required)

passwordstring

User Password (password or private_key is required)

private_keystring

Private key (password or private_key is required)

Example request

{
  "private_key": "access_token"
}

Response

User successfully authenticated