Skip to main content

Login

POST 

/api/v2/login

Returns a token that can be used for calling other endpoints

Request

Body

required
    email stringrequired

    The email of the user

    password stringrequired

    The password of the user

Responses

Schema
    message string
    errors object
    email string[]
Loading...