Add a questionnaire to vendor by recipient email

Send questionnaire to recipient email

Securitybearer
Request
path Parameters
id
required
number
Request Body schema: application/json
email
required
string <= 191 characters

The email address to receive the questionnaire

questionnaireId
required
number

Vendor questionnaire ID

Responses
201

Record created!

400

Malformed data and/or validation errors

401

Invalid Authorization

403

You are not allowed to perform this action

500

Internal server error

default

Response Code: 412

You must accept the Drata terms and conditions to use the API

post/public/vendors/{id}/questionnaires
Request samples
application/json
{}
Response samples
application/json
{
  • "data": [
    • {
      • "id": 1,
      • "completedBy": "Acme",
      • "recipientEmail": "[email protected]",
      • "isCompleted": "true",
      • "dateSent": "2020-07-06 12:00:00.000000",
      • "isManualUpload": "true",
      • "responseId": 1,
      • "title": "Vendor Questionnaire"
      }
    ],
  • "page": 1,
  • "limit": 10,
  • "total": 100
}