Skip to main content
POST
Save reusable manual answer

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json
question
string
required

Question this manual answer covers. Unique per organization, so re-sending it updates the answer.

Example:

"Do you encrypt customer data at rest?"

answer
string
required

Answer text reused when generating questionnaire answers.

Example:

"Yes, all customer data is encrypted at rest with AES-256."

tags
string[]

Tags used to categorize and search this manual answer.

Example:
sourceQuestionnaireId
string

Questionnaire this answer was originally saved from.

Example:

"qst_abc123"

Response

200

Manual answer saved