cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/matching/index/submitMatchFeedback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "matchId": "<string>", "outcome": "accepted", "feedback": { "rating": 123, "comments": "<string>" } } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": "<string>" }
Calls a mutation at the path matching/index.js:submitMatchFeedback
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Show child attributes
Convex executed your request and returned a result
success
error