Admin Login
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.
post
Body
tenancyNamestring · max: 256Required
userNameOrEmailAddressstring · max: 256Required
passwordstring · max: 32Required
Responses
200
Success
post
/api/credentials/Login200
Success
post
Body
refreshTokenstring | nullableOptional
Responses
200
Success
post
/api/credentials/RefreshToken200
Success
Last updated