Save 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:
FieldTypeRequiredNotes
company_idintegerrequiredMust be an existing account.
testimonialsarrayrequiredFull replacement set of testimonials.
testimonials.*.contentstringrequiredHTML 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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
testimonials
array of objects
testimonials
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json