{
  "status": "success",
  "message": "ApiKey login successful",
  "data": { "accessToken": "Your sample code here" }
}

This endpoints provides the access token needed to authenticate requests. To get a token, you need your API Key and API Secret Key.

Authenticate your API calls by including your secret key in the Authorization header of every request you make. You can manage your API keys from the dashboard.

This endpoints provides the access token needed to authenticate requests. To get a token, you need your API Key.

URL

https://test-api.bvndle.com/api/v1/laas/iam/login

HTTP Method
POST
Authorization Header

Username: API KEY

Password: API SECRET

{
  "status": "success",
  "message": "ApiKey login successful",
  "data": { "accessToken": "Your sample code here" }
}