Issue/Question
What is the API Endpoint to get API Security Audit report from the 42Crunch platform?
Solution/Answer
The API endpoint for an API Security Audit report is:
<platform_URL>/api/v1/apis/<apiid>/assessmentreport
For example, you can make a call like below to get the report:
curl -X GET https://platform.42crunch.com/api/v1/apis/8xxxxxxx-1xxx-4xxx-9xxx-7xxxxxxxxxxx/assessmentreport -H "Cookie: sessionid=8xxxxxxx-4xxx-4xxx-8xxx-7xxxxxxxxxxx"
In the response, look for the base64 encoded data object.
Comments
0 comments
Please sign in to leave a comment.