Token request/refresh

Token request/refresh

URI /api/apitokens

Method POST

Body raw (json)

{
    "email":"demo@litewm.com",
    "apitoken":"ut2hEemxEkwUgVMQYzkp"
}

Response raw (json)

{
    "jwt": "eyJhbGciOiJIUzI1NiJ9.eyJlbWFpbCI6ImFkbWluQGxpdGV3bS5jb20iLCJleHAiOjE3MTI0NzMyODh9.slcsun61uarQjHUPBAiF1bJ2wQlylHBbgZjkK2Z4Uvc"
}

Last updated