This section explains you how to play with our interactive API documentation.
You need to get the access token to authenticate with the API endpoints to get the responses.
Each user has their own unique token to authenticate the requests which should be added in header of the request.
To get the User Token
follow the below steps:
Navigate to the respective interactive Rest API documentation link.
Expand the Authentication
and click Try it out
.
We already have hosted the Bold BI Server for public demo with this domain. Using the public demo, you have to get the access token with the below sample credential.
Username - guest@boldbi.com
grant_type - password
password - Demo759!
Execute
and you will get the response as like below. Get the access_token
from the Response body.
Authorize
button which is placed in top right corner of the page.
Value
box with this format, ‘Bearer’ + access_token and click Authorize
button.
NOTE: In this interactive document, API Responses and its Code descriptions are also mentioned.