Skip to main content
POST
Submit a profile testimonial
Stores a testimonial submitted by a visitor on a Pro Brand profile share page. Testimonials are saved as pending and appear only after the profile owner approves them. Authentication: none. Origin: requests must originate from the Hrizn app. Rate limit: 5 per minute and 100 per day per client IP; additionally each profile accepts at most 10 testimonials per rolling 24 hours.

Request body

string
required
Pro Brand profile (user) id from the share page.
string
required
Filtered for inappropriate content.
string
required
Max 280 chars. Filtered for inappropriate content.
integer
1–5.

Body

application/json
profileId
string<uuid>
required

Pro Brand profile (user) id from the share page

customerName
string
required
Minimum string length: 1
customerText
string
required
Required string length: 1 - 280
rating
integer | null
Required range: 1 <= x <= 5

Response

Testimonial stored as pending

success
boolean
Example:

true

Last modified on September 7, 2026