Previous Next

Authentication

Oracle BI Publisher Rest API supports HTTP basic authentication.

To authenticate using cURL, pass the user name and password for your Oracle BI Publisher account using the -u cURL option:

curl --u username:password -H "Accept:application/json" -X GET http://host:port/xmlpserver/services/rest/v1/reports/<reportPath>

For example:

curl --u jsmith:mypassword1 -H "Accept:application/json" -X GET http://example.com/xmlpserver/services/rest/v1/reports/%2FSample%20Lite%2FPublished%20Reporting%2FReports%2FBalance%20Letter