Skip to main content
POST
/
admin
/
incentive-claims
/
{incentiveClaimId}
/
fulfill
Fulfill Incentive Claim (Admin)
curl --request POST \
  --url https://cdn.tailoredd.com/apiV2/admin/incentive-claims/{incentiveClaimId}/fulfill \
  --header 'Content-Type: application/json' \
  --data '
{
  "couponCode": "REVIEW-10OFF-ABC123"
}
'
{
  "success": true,
  "data": {}
}
POST {BASE_URL}/admin/incentive-claims/{claimId}/fulfill

Body parameters

couponCode
string
required
Coupon code to issue.
{ "couponCode": "REVIEW-10OFF-ABC123" }

Headers

Authorization
string
X-Merchant-Id
string

Path Parameters

incentiveClaimId
string
required

Body

application/json

The body is of type object.

Response

Successful response

success
boolean
required
Example:

true

data
object