/candidates/:id/ratings

Creates a rating for a candidate. Required scope: w_candidates. Accessible with all token types.

A complete request would be:

{ 
  "member_id": "13e0eb0e", 
  "comment": "Good, I guess", 
  "score": "positive" 
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!