{
  "status": "success",
  "message": "ApiKey login successful",
  "data": {
    "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImU4NGZiZTk4LTVkZmEtNDI5NC1iMzlmLTcyYWUwYTVlMWRiNCIsImlhdCI6MTcyMDEwOTY0MywiZXhwIjoxNzIwMTI0MDQzfQ.sU6rvIXGoBswOiPwYIiXZdMe0cAawpwuQryBmbaaRtw"
  }
}
Welcome to Bvndle Gamification. With our API, you can engage your users and reward them

Testing?

Base URL
https://test-api.bvndle.com/api/v1/laas
Test API Key
BV_LIVE_JG6Z6FTFFU
Test API Secret
4R04TCJA8TKP0TDW8E44X6AS5Y5W2ROB

Description: This endpoints provides the access token needed to authenticate requests. To get a token, you need your API Key and API Secret Key (Testing? Use Test API Key & Test API Secret above). You need to have the base64 string of “APIKEY:APISECRET” BASE64 string of BV_LIVE_JG6Z6FTFFU:4R04TCJA8TKP0TDW8E44X6AS5Y5W2ROB is QlZfTElWRV9KRzZaNkZURkZVOjRSMDRUQ0pBOFRLUDBURFc4RTQ0WDZBUzVZNVcyUk9C
P.S: There a “:” between API Key and API Secret
URL
https://test-api.bvndle.com/api/v1/laas/iam/login
Base URL
https://test-api.bvndle.com/api/v1/laas
HTTP Method
POST
Authorization Header
Basic Auth
Username: API Key
Password: API Secret

{
  "status": "success",
  "message": "ApiKey login successful",
  "data": {
    "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImU4NGZiZTk4LTVkZmEtNDI5NC1iMzlmLTcyYWUwYTVlMWRiNCIsImlhdCI6MTcyMDEwOTY0MywiZXhwIjoxNzIwMTI0MDQzfQ.sU6rvIXGoBswOiPwYIiXZdMe0cAawpwuQryBmbaaRtw"
  }
}