Bearer token
CRM API
Full REST API for contacts, companies, deals and activities. Authenticate with your Bearer token.
userHub.apiReferenceEverything you need to integrate Plugantic APIs into your stack.
Full REST API for contacts, companies, deals and activities. Authenticate with your Bearer token.
userHub.apiReferenceData enrichment, validation and analysis APIs. Domain intelligence, FX rates, IBAN, VAT and more.
userHub.apiReferenceInvoice management, quotes and billing automation. Create, send and track invoices via API.
userHub.apiReferenceAll API requests require a Bearer token passed in the Authorization header. You can generate tokens from your dashboard after creating an account.
Authorization: Bearer YOUR_API_TOKENAll API requests should be made to the following base URL:
/backendEach API endpoint enforces per-user rate limits. When you exceed your limit, the API returns a 429 status code. Rate limit headers are included in every response to help you track your usage.
X-RateLimit-Limit — Maximum requests allowed in the current window
X-RateLimit-Remaining — Requests remaining in the current window
X-RateLimit-Reset — Unix timestamp when the window resets