Skip to main content
GET
Get Trust Center FAQ

Authorizations

Authorization
string
header
required

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

Path Parameters

slugId
string
required
faqId
string
required

Response

200 - application/json

Ok

id
string
required

Unique identifier for the Trust Center FAQ.

question
string
required

The FAQ question.

answer
string
required

The FAQ answer.

category
object | null
required

The category this FAQ belongs to, or null if uncategorized.