Skip to main content
POST
Error

Body

application/json

Login request

email
string
required

Registered email

Example:

"user@example.com"

password
string
required

Login password

Example:

"yourpassword"

Response

200 - application/json

Successfully returns the userKey

Unified response body

code
integer

Status code, 200 indicates success

Example:

200

message
string

Description message

Example:

"Success"

data
string

userKey string

Example:

"CB698418-88B25371-67F15F01-XXXXXXXX"