revenuecat
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name REVENUECAT_TOKEN or zero doctor check-connector --url https://api.revenuecat.com/v1/subscribers/APP_USER_ID --method GET
How to Use
All examples below assume you have REVENUECAT_TOKEN set.
RevenueCat has two API versions:
- API v1 (
https://api.revenuecat.com/v1): Mature, recommended for subscriber lookups - API v2 (
https://api.revenuecat.com/v2): Newer, project-scoped, for managing products/offerings/entitlements
Both use Bearer token authentication.
Replace PROJECT_ID with your RevenueCat project ID and APP_USER_ID with the customer's app user ID.