Integration Prerequisites

On This Page

Introduction

This guide outlines the essential prerequisites required to successfully integrate with our platform. Ensuring these requirements are met before you begin will significantly streamline the integration process and help prevent common issues.

We support various integration methods, and the specific prerequisites might vary slightly depending on your chosen approach. However, the following sections cover the general requirements applicable to most integration scenarios.

System Requirements

To host and run integration components, ensure your environment meets the following general specifications:

Network Configuration

Proper network configuration is crucial for seamless communication between your systems and our API endpoints.

Authentication Credentials

Accessing our APIs requires valid authentication credentials. You will typically need:

Keep your API keys and secrets confidential and secure. Do not embed them directly in client-side code.

API Key Authentication Example

Requests are typically authenticated by including your API key in the request headers:


Authorization: ApiKey YOUR_API_KEY
                

For more detailed authentication methods, see our API Authentication Guide.

Required Software

Depending on your integration method, you might need specific software or libraries installed:

API Access

Ensure that the user or service account intended to make API calls has been granted the necessary permissions within your application or system.

You can obtain API credentials and manage access from the Developer Dashboard.

Example: Creating an API Key

  1. Log in to your developer portal.
  2. Navigate to the "API Keys" section.
  3. Click "Create New API Key".
  4. Provide a descriptive name for the key.
  5. Click "Generate".
  6. Important: Copy and securely store the generated API Key and Secret. They will not be shown again.

Permissions

The user or service performing the integration must have appropriate permissions within your organization's account and our platform.

Refer to the Permissions Management Guide for detailed information.

Further Reading