Skip to main content
POST
Add Delivery Feedback by External Identifier

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

externalIdentifier
string
required

External identifier for the job

Example:

"ext_123"

Body

application/json
score
number
required

Feedback score

comment
string | null

Feedback comment

Response

OK

id
string
required

Feedback ID

deliveryId
string
required

Delivery ID

score
number
required

Feedback score

comment
string | null

Feedback comment