Skip to main content
POST
Log in

Body

application/json

Partner user credentials.

email
string
required

Partner user email.

Example:

"partner@example.com"

password
string
required

User password.

Minimum string length: 1
Example:

"secret123"

Response

Successful login.

success
boolean
required

Indicates whether the login was successful.

Example:

true

accessToken
string
required

JWT to send as a Bearer token.

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

user
object
required

Basic information about the authenticated user.

message
string
required

Result message.

Example:

"Login successful"