Authentication

An authentication token is required prior to interacting with any of the three payload types.
Logware’s API uses JSON Web Token (JWT) authentication. Any endpoints that require authorization will need this token to be included in an “Authorization Bearer” header. Once generated, a token is valid for 10 hours. You can regenerate a new token at any time.
post
https://api.logware.io
/api/users/authenticate
Authenticate
Within a 200 Response, the token value is the primary interest. All other values can be discarded.