Guide du développeur
Commencez avec les API The Wallet Crew, l’authentification et les principaux parcours d’intégration.
Guide du développeur
Commencez ici
Authentification
Quickstart
PATCH /api/{tenantId}/passes?id=xK9mP2nQr7sT
{
"additionalData": { "loyaltyTier": "gold" },
"options": { "updateMetadata": true }
}PATCH /api/{tenantId}/passes?id.shopify.customerId=12345
{
"identifiers": { "email": "[email protected]" },
"additionalData": { "loyaltyTier": "gold" },
"options": { "updateMetadata": false }
}type of the pass to update. type name should be one of the file in the server/passes/ tenant configuration.
Data payload for single pass update operations.
Arbitrary data to persist with the pass (for example, loyalty tier, store code, or campaign flags).
Optional pass type to convert the pass to.
Specifies if passes metadata should be updated. Updating metadata is time consuming and could be avoided for notification only push update
falseIndicates whether the push update should bypass the queue and run immediately. Queuing helps protect the system load and should only be bypassed when required.
falsePass update enqueued or applied successfully.
Aucun contenu
No pass found matching the provided identifiers.
Aucun contenu


Comment l'authentification est-elle récupérée ?
Générez une clé API depuis la console d'administration, puis envoyez-la dans
X-API-KEYpour les principales API de la plateforme documentées dans le flux de quickstart.