Trust Centers

Create Trust Center FAQ

Adds an FAQ to a Trust Center.

post/trust-centers/{slugId}/faqs

Path parameters

slugIdstring required

Request body

questionstring required

The FAQ question.

answerstring required

The FAQ answer.

categoryIdstring nullable

The category to place this FAQ in. Pass null to move to uncategorized. Omit to leave unchanged (on update) or default to uncategorized (on create).

Response

Trust Center FAQ created

idstring required

Unique identifier for the Trust Center FAQ.

questionstring required

The FAQ question.

answerstring required

The FAQ answer.

Changes

No recorded changes to this endpoint across all 1 revision of this API.