Page cover

Generating an Authentication Token

To interact with the Prune API, you'll first need to generate an authentication token. This process is straightforward:

1. Log in to the Dashboard

You'll start by logging into the Prune API dashboard using your assigned credentials. These credentials are provided to your organization's contact person once you've completed all onboarding activities and KYC.

2. Navigate to the Token Generation Section

Once logged in, head to the settings page. Here, under the "API Keys & Webhooks" tab, you'll find the option to generate a new token. You'll find separate keys for both your development and production environments.

3. Using the Token

After generating your token, you must include it in the header of all your API requests. Specifically, it should be added as a Bearer Token within the Authorization header. It's crucial to keep this key secret and secure to protect your API access.

Last updated