How to Connect Your Account to the API

Overview

Connecting your account to our API allows you to automate your workflow and sync data in real-time. This process takes less than 5 minutes.

Prerequisites

  • An active Pro or Enterprise account.
  • Your unique Secret Key (found in Dashboard > Settings).
  • Basic knowledge of JSON.

Step-by-Step Instructions

  1. Generate your API Key: Navigate to your Account Settings and click on the Developer Tab. Click the "Generate New Key" button.
  2. Copy the Secret Key: Warning: Do not share this key with anyone. It will only be shown once.
  3. Authorize the Request: Include the key in your request header like this: Authorization: Bearer YOUR_API_KEY
  4. Test the Connection: Run a simple GET request to https://api.yoursite.com/v1/ping to verify it works.

Pro Tip: If you receive a 403 Forbidden error, double-check that your account has "API Access" enabled in the permissions panel.