Documentation
Everything you need to integrate and build with Metaqube CRM.
Getting Started
Learn the basics and get up and running with Metaqube CRM in minutes.
API Reference
Complete REST API documentation with endpoints, parameters, and examples.
SDKs & Libraries
Official SDKs for JavaScript, Python, Ruby, and more languages.
Webhooks
Set up real-time notifications for events in your CRM.
Quick Start
Get started with the Metaqube API in just a few lines of code.
// Initialize the Metaqube client
import { MetaqubeClient } from '@metaqube/sdk';
const client = new MetaqubeClient({
apiKey: process.env.METAQUBE_API_KEY
});
// Create a new lead
const lead = await client.leads.create({
name: "Jane Doe",
email: "jane@example.com",
company: "Acme Inc",
score: 85
});
console.log('Lead created:', lead.id);Guides & Tutorials
Step-by-step guides to help you make the most of our API.
Authentication
Learn how to authenticate API requests with access tokens
Creating Leads
Add new leads to your CRM programmatically
Updating Contacts
Update existing contact information via the API
Custom Fields
Work with custom fields in your CRM schema
Bulk Operations
Perform operations on multiple records efficiently
Rate Limits
Understand API rate limits and best practices
Error Handling
Handle API errors and status codes properly
Pagination
Navigate through large datasets with pagination
Need Help?
Our developer support team is here to help you integrate successfully.
Contact Developer Support