Login API
Base Endpoint:
POST https://api.vlenseg.com/api/Credentials/Login
Overview: This endpoint allows admin to log in by providing their username or email address, password, and tenancy name. Upon successful authentication, it returns important credentials such as the API key, bundle key, access token details, and a refresh token. These tokens are essential for making subsequent API requests.
Headers:
ApiKey (required): The API key for authenticating the request.
TenancyName (required): The tenancy name that identifies the tenant.
This endpoint allows admin to log in using their username or email, password, and tenancy name. On successful login, it returns an API key, bundle key, access token, and refresh token.
[email protected]adminadminSuccessful login
Bad request, missing or invalid fields
Unauthorized, invalid credentials
Last updated