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 Loyalty cards API

Represents loyalty cards.[Loyalty cards](https://docs.talon.one/docs/product/loyalty-programs/card-based/card-based-overview) allow your customers to collect and spend loyalty points within a card-based loyalty program.

Talon.One Loyalty cards 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 Loyalty Cards. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, and a getting-started guide.

This API exposes 19 operations across 16 paths, and defines 30 schemas. It is described by OpenAPI 3.2.0.

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

19 operations 16 paths 30 schemas 1 DELETE9 GET5 POST4 PUT

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, API Key
Resource Areas
1

Authentication & Security 3

Talon.One Loyalty cards API declares 3 security schemes for authenticating requests. An API key is passed in the header as Authorization (api_key_v1). An API key is passed in the header as Authorization (manager_auth). An API key is passed in the header as Authorization (management_key).

  • api_key_v1 — To authenticate with the Integration API, generate an API key in the Campaign Manager and prefix it with ApiKey-v1. To generate an API key: 1. Sign in to the C…
  • 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 19

Across 16 paths, the API surfaces 19 operations — 1 DELETE, 9 GET, 5 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Loyalty cards 19

Represents loyalty cards. [Loyalty cards](https://docs.talon.one/docs/product/loyalty-programs/card-based/card-based-overview) allow your customers to collect and spend loyalty po…

POST
/v2/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}/link_profile
Link customer profile to card
linkLoyaltyCardToProfile 2 params body → 200400401404
POST
/v2/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}/unlink_profile
Unlink customer profile from a loyalty card
unlinkLoyaltyCardFromProfile 2 params body → 200400401404
GET
/v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}/balances
Get card's point balances
getLoyaltyCardBalances 4 params → 200400401404
GET
/v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}/transactions
List card's transactions
getLoyaltyCardTransactions 11 params → 200400401404
GET
/v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}/points
List card's unused loyalty points
getLoyaltyCardPoints 9 params → 200400401404
POST
/v1/loyalty_programs/{loyaltyProgramId}/cards
Generate loyalty card
generateLoyaltyCard 1 param body → 200400401
GET
/v1/loyalty_programs/{loyaltyProgramId}/cards
List loyalty cards
getLoyaltyCards 7 params → 200400401
POST
/v1/loyalty_programs/{loyaltyProgramId}/import_cards
Import loyalty cards
importLoyaltyCards 1 param body → 200401404
POST
/v1/loyalty_programs/{loyaltyProgramId}/cards/batch
Create loyalty cards
createBatchLoyaltyCards 1 param body → 200400401404
GET
/v1/loyalty_programs/{loyaltyProgramId}/export_card_balances
Export all card transaction logs
exportLoyaltyCardBalances 3 params → 200400401
GET
/v1/loyalty_programs/{loyaltyProgramId}/cards/export
Export loyalty cards
exportLoyaltyCards 5 params → 200400401
DELETE
/v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}
Delete loyalty card
deleteLoyaltyCard 2 params → 204401404
PUT
/v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}
Update loyalty card
updateLoyaltyCard 2 params body → 200400401404
GET
/v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}
Get loyalty card
getLoyaltyCard 2 params → 200400401404
PUT
/v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}/add_points
Add points to card
addLoyaltyCardPoints 2 params body → 204400401404
PUT
/v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}/deduct_points
Deduct points from card
deductLoyaltyCardPoints 2 params body → 204400401404
GET
/v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}/export_log
Export card's ledger log
exportLoyaltyCardLedger 5 params → 200401404
GET
/v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}/logs
List card's transactions (Management API)
getLoyaltyCardTransactionLogs 9 params → 200401404
PUT
/v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}/transfer
Transfer card data
transferLoyaltyCard 2 params body → 204400401404

Schemas 30

The contract defines 30 schemas that model the data the API accepts and returns. The most detailed are CardLedgerTransactionLogEntryIntegrationAPI (15 properties), CardLedgerTransactionLogEntry (14 properties), CardLedgerPointsEntryIntegrationAPI (12 properties), AddLoyaltyPoints (8 properties). Each schema is shown below with its type and property counts.

LedgerInfo
UpdateLoyaltyCard
object
2 properties 1 required
Entity
object
2 properties 2 required
LoyaltyCard
CardLedgerPointsEntryIntegrationAPI
object
Loyalty card points with start and expiry dates.
12 properties 9 required
ErrorResponseWithStatus
object
3 properties
LoyaltyCardRegistration
object
1 property 1 required
LoyaltyProgramEntity
object
3 properties 1 required
Tier
object
5 properties 2 required
LoyaltyCardIdentifier
string
The identifier of the loyalty card, which must match the regular expression ^[A-Za-z0-9.%+@-]+$.
LoyaltyBalances
object
List of loyalty balances for a ledger and its subledgers.
2 properties
GenerateLoyaltyCard
object
The parameters necessary to generate a loyalty card.
3 properties
CardLedgerTransactionLogEntryIntegrationAPI
object
Log entry for a given loyalty card transaction.
15 properties 11 required
ErrorSource
object
The source of the current error, exactly one of pointer, parameter or line will be defined.
4 properties
APIError
object
3 properties 2 required
LoyaltyCardBalances
LoyaltyCardProfileRegistration
object
2 properties 2 required
LoyaltyProgramBalance
object
The balance in a Loyalty Program for some Customer.
8 properties 5 required
LoyaltyBalance
object
Point balance of a ledger in the Loyalty Program.
5 properties
AccountEntity
object
1 property 1 required
UserEntity
object
1 property 1 required
LoyaltyCardBatch
TransferLoyaltyCard
object
2 properties 1 required
CodeGeneratorSettings
object
2 properties 2 required
AddLoyaltyPoints
object
Points to add.
8 properties 1 required
UpdateLoyaltyCardRequest
object
1 property
Import
LoyaltyCardBatchResponse
object
2 properties 2 required
DeductLoyaltyPoints
object
Points to deduct.
4 properties 1 required
CardLedgerTransactionLogEntry
object
Log entry for a given loyalty card transaction.
14 properties 11 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

talon-one-loyalty-cards-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 Loyalty cards 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.