POST
/rating/submitSubmit helpful rating (widget - legacy)
Submit a helpful rating (thumbs up/down) for a specific project. This endpoint is designed for widget integration and validates the origin against the project's allowed origins. For typed ratings, use /ratings.
Base URL
https://seggwat.com/api/v1Parameters
Refererheaderstring (uri-reference)Optional HTTP Referer header indicating the page URL where the submission originated
Example:
https://example.com/dashboardRequest Body
required
Rating submission payload
application/jsonRatingSubmission
Rating submission request
pathstringrequiredURL path where the rating was submitted
Example:
/docs/getting-startedproject_keystring (uuid)required(uuid)Unique identifier for the project (UUID format)
Example:
550e8400-e29b-41d4-a716-446655440000submitted_bystringOptional user identifier from your system
Example:
user_12345valuebooleanrequiredRating value - true for helpful, false for not helpful
Example:
trueversionstringOptional application version
Example:
1.2.3Responses
Navigation
