# Copy questionnaires to segment This endpoint will copy all supplier questionnaires to a specific segment. Endpoint: POST /v2/suppliers/{supplierId}/segment/{segmentId}/questionnaires/copy Version: 2 Security: bearer ## Path parameters: - `supplierId` (string, required) Id of the supplier - `segmentId` (string, required) Id of the segment ## Response 200 fields (application/json): - `duplicated` (number, required) Number of questionnaires successfully copied to the segment Example: 5 ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields