API reference
Every endpoint of the Argorant API with parameters, examples and a live playground.
One API for the whole workflow: find the companies and people that fit your offer, verify their work emails, save and export lists, then run the email campaign from your own Google Workspace or Microsoft 365 mailboxes and read the replies. The CLI (npx argorant) and the MCP server (https://mcp.argorant.com/mcp) are thin layers over exactly these endpoints, so an AI agent can operate every step.
Authenticate with Authorization: Bearer <your API key>. Every error is a JSON object with a detail string. Lists are paged with limit and offset.
Groups
Account
The connected account: plan, credits, daily quota and scopes.
Lookups
Free autocomplete endpoints for the filter vocabularies: industries, countries, keywords and field values. Use the returned labels in the filters of search, export and campaigns.
Search
Count and preview matching people. Previews are masked (initials, role, company); nothing here spends credits.
Enrich
Fill in one record you already have: an email, a name plus company domain, or a company domain.
Lists
Saved lists: a reusable, named segment you can export or enroll into a campaign.
Export
Verified CSV exports. Every email is checked live at export time; you pay only for deliverable contacts.
Campaigns
Email outreach end to end: create a campaign, write the sequence, enroll a list, attach mailboxes, launch. Everything the app can do, the API can do.
Inbox
Replies across every campaign: list, open, answer in-thread and set a verdict, including your own opportunity stages.
Inboxes
The mailboxes that send: list them and connect a whole Google Workspace in one step.
Base URL
| Environment | Base URL |
|---|---|
| Production | https://app.argorant.com |
The OpenAPI document is published at /openapi.json for Postman, code generators and agents.