Skip to content

POST Rate a viewer (and optionally add a comment)

Rate a viewer (and optionally add a comment)

POSThttps://api.rooom.com/viewers/{viewerToken}/rate
Try it out

Parameters

Path Parameters

NameTypeDescription
viewerTokenrequired
Example: _viewerToken_
stringViewer token.

Body

multipart/form-data
NameTypeDescription
rating
Example: 4
numberRating (default: 1-5, depends on the rating_type)
comment
Example: Great viewer!
stringOptional comment (if allowed)

Responses

200Successfully rated viewer
400Bad Request
404Viewer not found
429Too Many Requests
POST /viewers/{viewerToken}/rate Rate a viewer (and optionally add a comment) viewerToken Viewer token. rating Rating (default: 1-5, depends on the rating_type) comment Optional comment (if allowed)