post
https://production-api.shoutaboutus.com/api/v1/account/faq/testimonials
Replace the testimonials for a company. Within a DB transaction it deletes all existing blocks with type = testimonials for the given company_id, then inserts the supplied testimonials (each saved with type = "testimonials", status = "active").
Auth: Both — authentication bearer token. Target company comes from the company_id body field; no ownership/partner-tree scoping, so any authenticated Partner or Account user can write testimonials for any company id. Role only changes which company_id you pass.
Rate limit: No rate limit.
Request
- Body:
| Field | Type | Required | Notes |
|---|---|---|---|
company_id | integer | required | Must be an existing account. |
testimonials | array | required | Full replacement set of testimonials. |
testimonials.*.content | string | required | HTML content of the testimonial. (No type/status accepted — both are set server-side.) |
Response — { data. } envelope (nested). No persisted rows returned.
data.status(string) — literal"success".data.message(string) —"Testimonials saved successfully".
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
