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
- Generate your API Key: Navigate to your Account Settings and click on the Developer Tab. Click the "Generate New Key" button.
- Copy the Secret Key: Warning: Do not share this key with anyone. It will only be shown once.
- Authorize the Request: Include the key in your request header like this:
Authorization: Bearer YOUR_API_KEY - Test the Connection: Run a simple GET request to
https://api.yoursite.com/v1/pingto 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.