How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Talon.One Customer data API

Represents the data of a customer, including sessions and events used for reporting and debugging in the Campaign Manager.

Talon.One Customer data API is one of 42 APIs that Talon.One publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Customer Data. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, and a getting-started guide.

This API exposes 14 operations across 14 paths, and defines 63 schemas. It is described by OpenAPI 3.2.0.

Requests are made against a single base URL, https://yourbaseurl.talon.one.

14 operations 14 paths 63 schemas 11 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
Base URL
https://yourbaseurl.talon.one
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Talon.One Customer data API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (manager_auth). An API key is passed in the header as Authorization (management_key). By default, every request must be authenticated.

  • manager_auth — This authentication scheme relies on a bearer token that you can use to access all the endpoints of the Management API. To create the token: 1. Get a bearer to…
  • management_key — The API key authentication gives you access to the endpoints selected by the admin who created the key. Using an API key is the recommended authentication meth…

Paths & Operations 14

Across 14 paths, the API surfaces 14 operations — 11 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Customer data 14

Represents the data of a customer, including sessions and events used for reporting and debugging in the Campaign Manager.

GET
/v1/applications/{applicationId}/customers
List application's customers
getApplicationCustomers 5 params → 200
POST
/v1/applications/{applicationId}/customer_search
List application customers matching the given attributes
getApplicationCustomersByAttributes 4 params body → 200
POST
/v1/customer_search/no_total
List customer profiles matching the given attributes
getCustomersByAttributes 3 params body → 200
GET
/v1/customers/{customerId}
Get customer profile
getCustomerProfile 1 param → 200
GET
/v1/customers/no_total
List customer profiles
getCustomerProfiles 3 params → 200
GET
/v1/applications/{applicationId}/customers/{customerId}
Get application's customer
getApplicationCustomer 2 params → 200
GET
/v1/applications/{applicationId}/customer_activity_reports/no_total
Get Activity Reports for Application Customers
getCustomerActivityReportsWithoutTotalCount 10 params → 200
GET
/v1/applications/{applicationId}/customer_activity_reports/{customerId}
Get customer's activity report
getCustomerActivityReport 6 params → 200
GET
/v1/applications/{applicationId}/customers/{customerId}/analytics
Get customer's analytics report
getCustomerAnalytics 5 params → 200
GET
/v1/applications/{applicationId}/sessions
List Application sessions
getApplicationSessions 13 params → 200
POST
/v1/applications/{applicationId}/sessions_search
List Application sessions matching the given customer attributes
getApplicationSessionsByCustomerAttributes 4 params body → 200
GET
/v1/applications/{applicationId}/sessions/{sessionId}
Get Application session
getApplicationSession 2 params → 200
GET
/v1/applications/{applicationId}/events/no_total
List Applications events
getApplicationEventsWithoutTotalCount 16 params → 200
GET
/v1/applications/{applicationId}/event_types
List Applications event types
getApplicationEventTypes 4 params → 200

Schemas 63

The contract defines 63 schemas that model the data the API accepts and returns. The most detailed are CartItem (21 properties), EffectEntity (16 properties), AddLoyaltyPointsEffectProps (16 properties), RuleFailureReason (14 properties). Each schema is shown below with its type and property counts.

RemoveFromAudienceEffectProps
object
This effect is triggered when a rule containing an [Update audience](https://docs.talon.one/docs/product/rules/effects/use-effectsupdate-an-audience) effect wi…
4 properties
RollbackReferralEffectProps
object
This effect indicates that the redemption of the referral code has been rolled back. It triggers when a closed session that redeemed a referral is gets cancell…
1 property 1 required
PriceDetail
object
5 properties
IntegrationEntity
object
2 properties 2 required
ApplicationCustomer
SetDiscountEffectProps
object
This effect indicates that a discount should be set on the total shopping cart value of the current order with the given label and amount. The discount should…
4 properties 2 required
AcceptReferralEffectProps
object
This effect indicates that the referral code supplied is valid. You should handle this effect by informing the user that the referral code is valid. The code i…
1 property 1 required
RedeemReferralEffectProps
object
This effect is deprecated. It has been replaced by the acceptReferral effect. This effect indicates that the referral code is valid and has been redeemed.
2 properties 2 required
CustomerProfile
AcceptCouponEffectProps
object
This effect indicates that the coupon code supplied was valid. You should handle this effect by clearing any messages from previous rejectCoupon effects and in…
1 property 1 required
SetDiscountPerItemEffectProps
object
This effect schema is returned when you use the Discount individual items, Discount individual items pro rata, or Discount individual item in bundles effect in…
13 properties 3 required
CustomerAnalytics
A summary report of customer activity for a given time range.
Entity
object
2 properties 2 required
ApplicationSession
StartAchievementProgressEffectProps
object
This effect indicates that the customer's progress in an achievement was started during the current session. The progress value is set to 0. It is triggered wh…
6 properties 5 required
DeductLoyaltyPointsEffectProps
object
This effect is triggered when a customer redeems loyalty points. The points are deducted from their active point balance. If the loyalty program is card-based,…
7 properties 6 required
EventV3Entity
object
1 property
LoyaltyLedgerEntryExpiryDateChange
object
The properties specific to effects for changing the expiry dates of loyalty ledger entries.
3 properties 2 required
SetDiscountPerAdditionalCostEffectProps
object
This effect indicates that a discount that should be applied on a specific additional cost. It is triggered whenever a rule containing a Discount additional co…
5 properties 4 required
RejectCouponEffectProps
object
This effect indicates that the coupon code supplied couldn't be used. You should handle this effect by informing their user the coupon code is invalid.
6 properties 2 required
ApplicationEntity
object
1 property 1 required
Effect
SetDiscountPerAdditionalCostPerItemEffectProps
object
This effect indicates that a discount of a specific additional cost within a specific item should be applied. It gets triggered whenever a rule containing a Di…
7 properties 5 required
CustomEffectProps
object
If you want to return data as an effect but no effect matches your use case, you can [create a custom effect](https://docs.talon.one/docs/dev/tutorials/create-…
7 properties 3 required
AddFreeItemEffectProps
object
This effect indicates that a free item should be added to the shopping cart in the current session. In this example, add the SKU to the shopping cart and set i…
3 properties 2 required
ReferralCreatedEffectProps
object
The referralCreated effect behaves similarly to [couponCreated](https://docs.talon.one/docs/dev/integration-api/api-effectscouponcreated). If the friendProfile…
1 property 1 required
CustomerProfileEntity
object
2 properties 2 required
ReserveCouponEffectProps
object
This effect indicates that the given coupon code was reserved for the given customer. Talon.One provides soft and hard reservations. For more information, see…
3 properties 3 required
NewCustomerProfile
object
1 property
WillAwardGiveawayEffectProps
object
The equivalent of the awardGiveaway effect but returned when updating a session with any state other than closed. This ensures no giveaway codes are leaked whe…
3 properties 3 required
AddLoyaltyPointsEffectProps
object
This effect indicates that a defined amount of loyalty points was successfully added to the customer's profile or to a loyalty card. If you use the [Add loyalt…
16 properties 6 required
ChangeLoyaltyTierLevelEffectProps
object
This effect indicates that a customer's loyalty tier has been upgraded. This effect is generated only when the [Add loyalty points](https://docs.talon.one/docs…
6 properties 4 required
RejectReferralEffectProps
object
This effect indicates that the provided referral code is invalid.
6 properties 2 required
IntegrationStoreEntity
object
1 property
RollbackAddedLoyaltyPointsEffectProps
object
This effect is triggered in the following cases: - A session was cancelled in which loyalty points have been added. - A session was partially returned and loya…
8 properties 5 required
RollbackIncreasedAchievementProgressEffectProps
object
This effect indicates that the customer's progress in an achievement was rolled back. The Rule Engine triggers this effect when you cancel or [reopen a custome…
6 properties 6 required
TriggerWebhookEffectProps
object
This effect is triggered when a rule containing a [webhook effect](https://docs.talon.one/docs/product/rules/effects/available-effectswebhooks) is validated. T…
2 properties 2 required
ApplicationStoreEntity
object
1 property
LoyaltyCardIdentifier
string
The identifier of the loyalty card, which must match the regular expression ^[A-Za-z0-9.%+@-]+$.
RollbackDiscountEffectProps
object
This effect indicates that a discounted session, cart item, or additional cost has been cancelled or partially returned. This effect can only happen when you s…
7 properties 2 required
UpdateAttributeEffectProps
object
This effect indicates that a rule containing an [Update attribute value](https://docs.talon.one/docs/product/rules/effects/available-effectsupdate-effects) or…
2 properties 2 required
IncreaseAchievementProgressEffectProps
object
This effect indicates that the customer's progress in an achievement was updated during the current session. It is triggered when a rule using the [Update cust…
7 properties 6 required
ApplicationCustomerEntity
object
1 property
CartItem
object
21 properties 2 required
CustomerActivityReport
A summary report of customer activity for a given time range.
AwardGiveawayEffectProps
object
This effect indicates the awarded giveaway item and to which profile the item was awarded. Learn more about [giveaways](https://docs.talon.one/docs/product/giv…
5 properties 5 required
SetLoyaltyPointsExpiryDateEffectProps
object
This effect updates the expiry date of all active, pending, and unlimited point transactions to a specific date.
4 properties 3 required
AdditionalCost
object
1 property 1 required
CouponCreatedEffectProps
object
This effect indicates that a coupon was created. For referrals and retention marketing, a common use case is to generate a coupon that can only be redeemed by…
2 properties 2 required
LoyaltyMembership
object
2 properties 1 required
ShowBundleMetadataEffectProps
object
This effect is deprecated. The ShowBundleMetadata effect contains information that allows you to associate the discounts from a rule in a bundle campaign with…
3 properties 3 required
ShowNotificationEffectProps
object
You can use notifications to inform customers of certain events. There are four types of notification messages: - Info - Offer - Error - Misc It is up to you t…
3 properties 3 required
RollbackDeductedLoyaltyPointsEffectProps
object
This effect is triggered in the following cases: - A session is cancelled and this session deducted loyalty points. The rollback action returns the redeemed lo…
8 properties 5 required
ExtendLoyaltyPointsExpiryDateEffectProps
object
If loyalty points have an expiry date, this effect extends the expiry of all active and pending point transactions by a selected duration.
4 properties 4 required
RollbackCouponEffectProps
object
This effect indicates that a coupon code redemption has been rolled back. The coupon becomes redeemable again. The effect is triggered when you [cancel](https:…
1 property 1 required
ErrorEffectProps
object
This effect is triggered whenever an error occurs during rule evaluation. This effect only provides information about what the error is.
1 property 1 required
Product
object
The specific properties of the product this item belongs to, if available.
1 property 1 required
AudienceMembership
object
2 properties 2 required
AddToAudienceEffectProps
object
This effect is triggered when a rule containing an [Update audience](https://docs.talon.one/docs/product/rules/effects/use-effectsupdate-an-audience) effect wi…
4 properties
EffectEntity
object
Definition of all properties that are present on all effects, independent of their type.
16 properties 5 required
ApplicationEvent
RuleFailureReason
object
Details about why a rule failed.
14 properties 5 required
CustomerProfileSearchQuery
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

talon-one-customer-data-api-openapi.yml Raw ↑

Other APIs Talon.One publishes across the network.

Talon.One Accounts and users API
Talon.One Achievements API
Talon.One Additional costs API
Talon.One Analytics API
Talon.One Applications API
Talon.One Attributes API
Talon.One Audiences API
Talon.One Braze API
Talon.One Campaign access groups API
Talon.One Campaign notifications API
Talon.One Campaign templates API
Talon.One Campaigns API
Where this information came from

This is an independent, third-party profile of Talon.One Customer data API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.