cURL
curl --request POST \ --url https://api.leen.dev/v1/grc/assessments/response \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --header 'X-CONNECTION-ID: <api-key>' \ --data '{ "action": "SAVE", "assessment_id": "<string>", "response": [ { "question_id": "<string>", "response": "<string>" } ] }'
"<any>"
Submit a GRC assessment for a given connection.
Assessment ID
List of question responses
Show child attributes
Action to perform
SUBMIT
SAVE
Successful Response
The response is of type any.
any