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.

Login API

post

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.

Header parameters
ApiKeystringRequired
TenancyNameanyRequired
Body
userNameOrEmailAddressstringOptionalExample: [email protected]
tenancyNamestringOptionalExample: admin
passwordstringOptionalExample: admin
Responses
200

Successful login

application/json
post
/api/credentials/Login

Last updated