Search results
Suggest a FeaturePDF

How to generate the access token using API from the postman

You can generate the access token for a user in Bold Reports by using the using API. To do this, pass the following parameters in request body.

  1. Open the Postman application and create a new POST Http request.

  2. In request URL, provide your Report Server URL and append reporting/api/site/{tenant-name}/token to generate the access token.

  3. 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. Access token

  4. Click Send. The access token will be generated in the response. Connection types