Skip to main content
For any request you make when communicating with Merge Agent Handler, you will need an API key to authenticate yourself as an authorized user. You should have saved your access key after creating it in Merge, but if you no longer have it, you can regenerate your Production Access Key or create a Test Access Key in your dashboard. Add your API key with a “Bearer ” prefix as a header called Authorization to authorize your Merge requests. This header must be included in every request in this format:
Authorization: Bearer <your_api_key>

Step 1: Navigate to API Keys

Navigate to the API Keys section within dashboard.

Step 2: Generate Production Access Key

There is only a single Production Access Key per Merge Agent Handler organization. To generate a Production Access Key, click the “Regenerate token” button. production-key

Step 3: Generate Test Access Keys

If you’d like to generate test keys for your users to leverage while testing, you can generate a Test Access Key by clicking the ”+ Create new key” button. test-key