Authentication
In the Lochting software, API access is secured with JSON Web Tokens (JWT).
Obtain and refresh access tokens for protected endpoints. See Authentication for token lifetimes, scopes, and code examples.
📄️ Access Token
This endpoint returns an access token and refresh token for use in subsequent authenticated requests.
📄️ Refresh Token
This endpoint generates a new access token using a given refresh token.