POST
/
auth
/
login
curl --request POST \
  --url https://api.legitimuz.com/auth/login \
  --header 'Content-Type: multipart/form-data' \
  --form expiration=876600 \
  --form password= \
  --form username=

Headers

Origin
string

Client's domain (created during the integration key stage)

Example:

"api.legitimuz.com"

Body

multipart/form-data
expiration
string

Token expiration time in hours

Example:

"876600"

password
string

Legitimuz password.

Example:

""

username
string

Legitimuz user, created in the panel / dashboard.

Example:

""