This documentation is designed to help partner platforms integrate with InboundIQ quickly and with minimal effort. InboundIQ makes identifying and converting high-intent prospects seamless by combining AI-driven outreach with real-time intent signals.
To get the Inbound IQ B2B API key add your card here and fetch the API key.
2
Onboard Business
Use the Onboard Business API to create a user profile and onboard the business for outreach. Our AI-powered evaluation determines if we can run campaigns effectively for the given website and sends a webhook website.eligibility
3
Embed the InboundIQ Iframe
The webhook website.eligibility, or the API Authenticate User, returns a secure login URL. This URL can be embedded directly into your application using an iframe: <iframe src="url" title="InboundIQ"></iframe>
4
Send Visitor Data
Use the Send Visitors API to seed the initial outreach database using visitor or intent data from your tracking system. This data is continuously enriched and evolved using AI as responses are received.
5
Wait and prospects will be shown in your iframe's inbox
Providing visitor data or existing intent signals substantially improves outreach performance. InboundIQ combines this data with an AI-powered scoring and enrichment system, continuously refining and enhancing leads to ensure high-quality, relevant outreach.
All API requests must be authenticated using an API key. Pass your API key in the request header as shown below:x-api-key: <YOUR_API_KEY>Requests made without a valid API key will be rejected with an authentication error.
All API endpoints are subject to a rate limit of 100 requests per second per API key.If the rate limit is exceeded, the API responds with HTTP 429 Too Many Requests. Rate limit information is returned using standard RateLimit-* response headers, allowing clients to track usage and implement backoff behavior.