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 ' { "assessment_id": "<string>", "response": [ { "question_id": "<string>", "response": "<string>" } ], "action": "SAVE" } '
{ "job_id": "<string>" }
Submit a GRC assessment for a given connection.
Assessment ID
List of question responses
Show child attributes
Action to perform
SUBMIT
SAVE
Successful Response
Response model for job creation endpoints that return a job ID.
Job ID for tracking async operation status