addToWallet.co
Workspaces
Pricing
API Docs
Tutorial Blog
Tools
Google Sheet Extension
PDF to Pass
Image to Pass
QR Code Generator
Barcode Generator
Integrations
© 2026 Hazelnut Ventures LLC. All Rights Reserved.
FAQsTrustContact Us
Overview
AuthenticationPass JSON GeneratorCreate PassGet PassUpdate PassDelete PassNotificationsGet Credits
Create TemplateList TemplatesGet TemplateUpdate TemplateDelete TemplateDynamic Pass Gen
Create Loyalty TemplateManage LoyaltyActivity Log
List User GroupsAdd UserList UsersUpdate UserDelete UserBatch Status

API Authentication

Overview

The API uses API key authentication. Each request to the API must include your API key in the header for authentication.

Obtaining an API Key

  1. Log in to your Add to Wallet account
  2. Go to API Docs
  3. On the top of side navbar you can see Your API Key
  4. Click to Copy and securely store your API key

Note: Your API key provides full access to your account. Keep it secure and never share it publicly.

Using Your API Key

Include your API key in the `apikey` header of each request:

apikey: YOUR_API_KEY

Security Best Practices

  • Never share your API key publicly or check it into version control
  • Rotate your API key regularly
  • Use environment variables to store your API key in your application
  • Implement IP whitelisting for additional security