Register an app
Learn how to register an app with Forage and access API credentials.
Prerequisites
You need to register an OAuth application with Forage to generate a Client ID and Client Secret. With the app’s Client ID and Client Secret, you can create tokens that validate requests to the Forage API.
How to register an app
- Log in to the Forage dashboard (sandbox or production).
- From the left navigation menu, click API Settings.
- Click the Create Applicationbutton and set a meaningful name for your app, something like,[Merchant Name] - [Your Name] Testing.
- Expand the accordion to view your app’s Client ID and Client Secret.
You can create as many OAuth applications as you like and share the Client IDs and Client Secrets with your teammates for their own testing purposes.
The Forage API is versioned on a per endpoint basis.In the
API Settingsof the dashboard, you can set an API Version for all of your requests. To override that setting for a particular API call, specify theAPI-Versionin the individual request header. Learn more about versioning in the Forage versioning guide.
Next steps
Updated 4 days ago
