You can generate the access token for the user in Bold Reports® by using API. For this, pass the following parameters in request body.
Open the Postman
application and create a new POST
Http request.
In request URL, provide your Report Server URL and append reporting/api/token
for generating the access token
In body section, you need to add username
, password
, and grant_type
. Provide these values as user login details, with grant_type
set as password
.
Click Send
.The access token will be generated in the response.