Find all questionnaires sent to a vendor

Get questionnaires sent by vendor id

Securitybearer
Request
path Parameters
vendorId
required
number
Responses
200
400

Malformed data and/or validation errors

401

Invalid Authorization

402

You must upgrade your plan to use this feature

403

You are not allowed to perform this action

412

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

500

Internal server error

get/questionnaires/vendor/{vendorId}/sent
Request samples
Response samples
application/json
{
  • "questionnairesVendors": [
    • {
      • "id": 1,
      • "title": "string"
      }
    ]
}