Triple API and Webhooks
Offer Display
Get Activated Offers
1min
POST
https://api.tripleup.dev/partner/card-accounts/{cardholder_id}/offers/activation
triple Prod
PATH PARAMETERS
cardholder_id
string
*Example: triple-abc-123
The triple-defined ID for the entity.
BODY PARAMETERS
body
object
expires_within
integer
include_expired
boolean
page_offset
integer
The beginning index for the current page of activated offers.
page_size
integer
The number of offers returned for the current page of activated offers.
proximity_target
object
The Geo-coordinates for the end-user's location,
given as `latitude` and `longitude` values or as approximate location
parameters.
If providing postal_code, country_code is required and must be set to US,
as only US ZIP codes are currently supported.
If providing `latitude` and `longitude`, both fields must be set.
If no location is provided, the default postal code for the Card Account or
Card Program is used.
RESPONSES
200
Collection of activated offers associated with an ID
object
activated_offers
object[]
*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?