Skip to main content
POST
Create Answer Library entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
question
string
required

The question text.

Example:

"Do you encrypt customer data at rest?"

answer
string
required

The answer text.

Example:

"Yes. All customer data is encrypted at rest using AES-256, with keys managed in AWS KMS."

ownerAssignment
object

The actor to assign as owner. Currently only type "User" is supported.

expirationDate
string

The expiration date in ISO 8601 format.

Example:

"2025-12-31T00:00:00.000Z"

tags
object[]

Tags to associate with the entry. Discover valid categoryId and tagId values via GET /v1/customer-trust/tag-categories (to list categories) and GET /v1/customer-trust/tag-categories/{tagCategoryId} (to list tags within a category).

Response

200 - application/json

Ok

id
string
required
question
string
required
answer
string
required
expirationStatus
enum<string>
required
Available options:
CURRENT,
EXPIRED
ownerAssignment
object | null
required
expirationDate
string | null
required
lastUpdated
string
required
lastVerified
string | null
required
tags
object[]
required