Prerequisites
Before you start, make sure you have:Organization with API plan or higher
Your API Key and HMAC Secret
Your organization’s subdomain
Step 1: Get Your Credentials
- Go to Settings > Applications > API Keys
- Click “Create New API Key”
- Copy and save your credentials securely
Step 2: Make Your First Request
Let’s fetch your customer list:Step 3: Verify the Response
A successful response will look like this:Common Issues
403 Forbidden - Plan Insufficient
403 Forbidden - Plan Insufficient
Solution: Upgrade your organization to API plan or higher at Billing Settings
401 Unauthorized - Invalid Signature
401 Unauthorized - Invalid Signature
429 Too Many Requests
429 Too Many Requests
Solution: You’ve exceeded your rate limit. Wait for the retry period (check
Retry-After header) or upgrade your plan for higher limits.