awardwallet

Featured

Query AwardWallet for loyalty program balances, elite status, and transaction history. Use when checking points inventory, airline status, or planning trips on points.

AI & Automation 600 stars 56 forks Updated today MIT

Install

View on GitHub

Quality Score: 98/100

Stars 20%
93
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AwardWallet Skill Query loyalty program balances, elite status, and transaction history via the AwardWallet Business Account Access API. **Source:** [business.awardwallet.com](https://business.awardwallet.com) — Requires a Business account. ## Authentication Set these in your `.env` file: - `AWARDWALLET_API_KEY` — Get from https://business.awardwallet.com/profile/api - `AWARDWALLET_USER_ID` — Your connected user ID. Find it via the List Connected Users endpoint below. All requests use the `X-Authentication` header. > **First-time setup gotcha:** AwardWallet enforces an IP allowlist on Business API keys. Without your IP whitelisted, every call returns `{"error": "access_denied", "code": "IP_DENIED"}`. **Whitelist before troubleshooting.** > > - **Where to whitelist:** https://business.awardwallet.com/profile/api > - **How to find your IP:** `curl ifconfig.me` > - **Multi-IP:** home, office, hotspot, VPN exit nodes, and any travel locations each need their own entry. Easiest is to whitelist a /24 if you're on a stable residential ISP. ### Error signatures | Response | Meaning | Fix | |---|---|---| | `{"error": "access_denied", "code": "IP_DENIED"}` | IP not on allowlist | Whitelist current IP at the developer portal | | `Unauthorized` / 401 | Bad key | Regenerate key | | Empty `accounts` array | User ID wrong or no connections | Verify `AWARDWALLET_USER_ID` | ## API Base ``` https://business.awardwallet.com/api/export/v1 ``` ## Quick Start: Get All Balances ```bas...

Details

Author
borski
Repository
borski/travel-hacking-toolkit
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category