Skip to main content

Login

POST 

/api/login

Returns a token that can be used for calling other endpoints

Request

Header Parameters

    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

Body

required
    email stringrequired

    The email of the user

    password stringrequired

    The password of the user

Loading...