Cookie preferences
We use cookies for essential functionality. With your consent, we also use analytics (Google, PostHog) and marketing pixels (Meta, LinkedIn) to improve LandedFees. You can withdraw consent anytime in Settings.
Every LandedFees API request is authenticated with a bearer token. Keys are issued from the dashboard and scoped per environment.
sk_live_... for production traffic. Bills against your plan quota.sk_test_... for sandbox traffic. Free, unlimited, returns fake persistence IDs.Set the Authorization header on every request:Authorization: Bearer sk_live_xxxRequests without a bearer token return 401 unauthorized. Never embed keys in client-side JavaScript. Rotate keys any time from the dashboard; old keys keep working until you explicitly revoke them.
Every account gets 100 free calls per month against v1 endpoints. Bulk calls count each row toward the total. Overage requires a paid plan.