Triple API and Webhooks
Offer Filters
Update Filter
1min
PATCH
https://api.tripleup.dev/partner/offer-filters/{id}
triple Prod
PATH PARAMETERS
id
string
*Example: triple-abc-123
The triple-defined ID for the entity.
BODY PARAMETERS
body
object
description
string
Example: Exclude all offers in the food or travel categories.
Readable description for this rule.
is_activated
boolean
If **true**, the filter is applied to offers.
name
string
Example: Exclude food & travel
The short name for a filter.
offer_condition
object
**Summary:** Specifies the condition an offer must satisfy for a filter to apply.
You may wish to exclude specific merchants or offers by specifying their IDs in the provided fields. Providing one or more category values will exclude all offers from those categories.
Triple will not match new transactions against Offers meeting any of these conditions, even if the Offer was previously displayed to the cardholder.
RESPONSES
200
Offer Display Rule
object
An Offer Filter.
created_at
string<date-time>
*Example: 2021-12-01T01:59:59.000Z
RFC 3339 date time used for creation and mod times
description
string
*Example: Exclude all offers in the food or travel categories.
Readable description for this rule.
id
string
*Example: triple-abc-123
The triple-defined ID for the entity.
is_activated
boolean
*If **true**, the filter is applied to offers.
name
string
*Example: Exclude food & travel
The short name for a filter.
offer_condition
object
***Summary:** Specifies the condition an offer must satisfy for a filter to apply.
You may wish to exclude specific merchants or offers by specifying their IDs in the provided fields. Providing one or more category values will exclude all offers from those categories.
Triple will not match new transactions against Offers meeting any of these conditions, even if the Offer was previously displayed to the cardholder.
updated_at
string<date-time>
*Example: 2021-12-01T01:59:59.000Z
RFC 3339 date time used for creation and mod times
400
TripleBadRequestError
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
403
TripleNotAuthenticatedError
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
404
TripleInvalidPathError
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
409
TripleIntegrityError
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
415
TripleUnsupportedMediaType
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
422
TripleUnprocessableEntity
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
500
TripleInternalServerError
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
501
TripleNotImplementedError
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
503
TripleServiceUnavailable
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.


Updated 24 Oct 2023
Did this page help you?