Skip to main content
POST
Login

Description

Authenticate a user using username and password. This endpoint is served from the authentication service, separate from the main API.

Request

Body (multipart/form-data)


Example Request

Body

multipart/form-data
username
string
required
Example:

"user@example.com"

password
string
required
Example:

"your_password"

Response

200

OK

Related topics

Introduction