post
https://{server_address}/ResourceServer/api/v10/Access/Login
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.
