Authenticate and return a JWT

LogiSense APIs use JSON Web Tokens (JWT) as the method for authenticating API requests. To interact securely with the system, a client first obtains a JWT from the Authorization Server. Once issued, this token is included in subsequent API calls sent to the Resource Server, allowing those requests to be authenticated without repeatedly sending credentials. The process also involves managing the lifecycle of the token, including refreshing it when it expires, ensuring continued secure access.

For more information on how to authorize with the API check out our tokens documentation.

Form Data
string
password
string
enum
required

Authentication method to use

Allowed:
string
required
password
Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json