Generating an Authentication Token
To interact with the Prune API, users must first generate an authentication token.
This process involves:
Logging into the Dashboard
Users must log in to the Prune API dashboard with their credentials. This credential is assigned to an organisation's contact person on completion of onboarding activities and KYC completion.
Navigating to the Token Generation Section
Within the settings page, users can generate a new token that will be used for API authentication. The API keys can be found in the settings page under the "API Keys & Webhooks" tab for both development and production environments.
Using the Token
Once generated, this token must be included in the header of all API requests. Specifically, it should be added as a Bearer Token in the Authorisation header. This key should be kept secret and accessible.
Last updated