Overview of the Offer Validation API response object.
Shown below is a sample response returned through our Offer Validation API.
{
"code": "ELIGIBLE",
"message": "Offer is Eligible"
}
Shown below is a sample response returned through our Offer Validation API.
| Parameter | Type | Description |
|---|---|---|
| code | String | Validation status of the offer. Possible values:
|
| message | String | Message corresponding to the validation status. Example: Offer is Eligible |
