cURL
curl --request POST \ --url https://api.sandbox.usenash.com/v1/feedback/{delivery_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "score": 123, "comment": "<string>" } '
{ "id": "<string>", "deliveryId": "<string>", "score": 123, "comment": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Delivery ID
"dlv_123"
Feedback score
Feedback comment
OK
Feedback ID