HomeGuidesReference↗ Forage Dashboard
Log In
Guides

Authentication Token Reference

Endpoints and SDK methods that require Forage bearer tokens.

Authenticate with Forage covers step-by-step token generation. For a conceptual overview of how the two token types work, see Understanding Forage Authentication.

Token constraints

Token typeLifetimeScopeLimit
Authentication TokenUp to 30 daysServer-side only in production1000 active tokens per Client ID and Client Secret pair
Session Token15 minutesFront-end requestsOne per checkout session

Authentication tokens are revoked via /o/revoke_token/ (single) or /o/bulk_revoke/ (bulk).

Endpoints that require authentication tokens

📘

Flexible token acceptance

Some endpoints can accept either a session token or an authentication token in the Authorization header. Consult the reference documentation for the specific endpoint to confirm what bearer token type is required.

SDK methods that require session tokens

Android

iOS

Forage JS